diff options
author | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-11 13:13:43 +0000 |
---|---|---|
committer | clyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-12-11 13:13:43 +0000 |
commit | d85782a1062e9c42297e89ee2e4a74970cca19b5 (patch) | |
tree | e2c1ff7d5702adbe210e4e75c2908030a41fffdf /gcc/config.in | |
parent | 891f2090d994d420cb56942e486f6bba3ede265f (diff) | |
download | gcc-d85782a1062e9c42297e89ee2e4a74970cca19b5.tar.gz |
Regenerate gcc/configure and gcc/config.in
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 7bb5be8fdf1..3aefa06708e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -411,6 +411,12 @@ #endif +/* Define if your assembler supports the -mabi option. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_MABI_OPTION +#endif + + /* Define if your assembler supports mfcr field. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_MFCRF |