diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-06 02:14:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-06 02:14:58 +0000 |
commit | d0b2cbf837d6e45476a1300a1e6469233e6dd8ff (patch) | |
tree | dfa4ed99fa379415b17469e08fa66fc2dababcbb /config.h.in | |
parent | fc17ba1ed39f603493aa16f4f79368b332685228 (diff) | |
download | glibc-d0b2cbf837d6e45476a1300a1e6469233e6dd8ff.tar.gz glibc-d0b2cbf837d6e45476a1300a1e6469233e6dd8ff.tar.xz glibc-d0b2cbf837d6e45476a1300a1e6469233e6dd8ff.zip |
* configure.in: Remove gnu_as definition and everything using it.
* config.make.in: Remove gnu-as. * config.h.in: Remove HAVE_GNU_AS.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index fc0efa3c63..147addddef 100644 --- a/config.h.in +++ b/config.h.in @@ -45,9 +45,6 @@ /* Define if __attribute__((section("foo"))) puts quotes around foo. */ #undef HAVE_SECTION_QUOTES -/* Define if using the GNU assembler, gas. */ -#undef HAVE_GNU_AS - /* Define if the assembler supports the `.set' directive. */ #undef HAVE_ASM_SET_DIRECTIVE |