diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-12 21:29:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-12 21:29:10 +0000 |
commit | 0ff5b3983f85593d0abbfd918a1a6da5307c1908 (patch) | |
tree | 99f4aefd4ecac77f5d92c9de77c66c78e8061312 /gcc/config.in | |
parent | 3a39874dc7d47098c3b87faf0109f0e74142596c (diff) | |
download | gcc-0ff5b3983f85593d0abbfd918a1a6da5307c1908.tar.gz |
Rebuild config.in, configure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152687 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 4c3da5baed7..a3e9069e129 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -315,6 +315,12 @@ #endif +/* Define if your assembler supports the swap suffix. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_SWAP +#endif + + /* Define if your assembler supports the lituse_jsrdirect relocation. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_JSRDIRECT_RELOCS |