From d0b2cbf837d6e45476a1300a1e6469233e6dd8ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 6 Nov 2005 02:14:58 +0000 Subject: [PATCH] * configure.in: Remove gnu_as definition and everything using it. * config.make.in: Remove gnu-as. * config.h.in: Remove HAVE_GNU_AS. --- ChangeLog | 4 ++++ config.h.in | 3 --- config.make.in | 1 - configure.in | 5 +---- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3c96cfd30..8b842a8446 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-11-05 Ulrich Drepper + * configure.in: Remove gnu_as definition and everything using it. + * config.make.in: Remove gnu-as. + * config.h.in: Remove HAVE_GNU_AS. + * configure.in: Remove gnu_ld definition and everything using it. * config.h.in: Remove HAVE_GNU_LD. * config.make.in: Remove gnu-ld. 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 diff --git a/config.make.in b/config.make.in index a3ddf1f226..85d90bcb8c 100644 --- a/config.make.in +++ b/config.make.in @@ -79,7 +79,6 @@ have-ksh = @libc_cv_have_ksh@ sizeof-long-double = @sizeof_long_double@ # Configuration options. -gnu-as = @gnu_as@ build-static = @static@ build-shared = @shared@ build-pic-default= @pic_default@ diff --git a/configure.in b/configure.in index bb7e10a280..f283c3f7fe 100644 --- a/configure.in +++ b/configure.in @@ -2075,10 +2075,7 @@ AC_SUBST(libc_cv_forced_unwind) AC_SUBST(use_ldconfig) AC_SUBST(ldd_rewrite_script) -AC_SUBST(gnu_as) AC_SUBST(elf) AC_SUBST(xcoff) -if test $gnu_as = yes; then - AC_DEFINE(HAVE_GNU_AS) -fi +AC_SUBST(elf) AC_SUBST(xcoff) if test $elf = yes; then AC_DEFINE(HAVE_ELF) fi -- 2.11.4.GIT