From: Ulrich Drepper Date: Sat, 9 May 2009 21:58:12 +0000 (+0000) Subject: * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the X-Git-Tag: cvs/fedora-glibc-20090509T2200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb29449a9a601f535cab50068e02aee0aa1ed379;p=thirdparty%2Fglibc.git * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the same place we add ASFLAGS-config. --- diff --git a/ChangeLog b/ChangeLog index 04290049865..2eb3c61f2a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * version.h (VERSION): Bump for 2.10 release. * include/features.h (__GLIBC_MINOR__): Bump to 10. + * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the + same place we add ASFLAGS-config. + 2009-05-05 Aurelien Jarno [BZ #10128] diff --git a/Makeconfig b/Makeconfig index 985c683f6ef..875fb679aa3 100644 --- a/Makeconfig +++ b/Makeconfig @@ -649,17 +649,6 @@ endif # $(+cflags) == "" # Don't duplicate options if we inherited variables from the parent. +cflags := $(sort $(+cflags)) -# These are the flags given to the compiler to tell it what sort of -# optimization and/or debugging output to do for .S files. -ifndef +asflags -# If `ASFLAGS' was defined, use that. -ifdef ASFLAGS -+asflags := $(ASFLAGS) -endif #ASFLAGS -endif # +asflags - -+asflags += $(asflags-cpu) - # These are flags given to the C compiler to tell it to look for # include files (including ones given in angle brackets) in the parent # library source directory, in the include directory, and in the @@ -691,8 +680,6 @@ override CXXFLAGS = $(c++-sysincludes) \ $(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \ $(CFLAGS-$(suffix $@)) $(CFLAGS-$(