From: Jakub Jelinek Date: Sat, 9 May 2009 22:11:03 +0000 (+0000) Subject: Updated to fedora-glibc-20090509T2200 X-Git-Tag: cvs/fedora-glibc-2_10-2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79f04c30e590609c55ef553e3522880f28bf379;p=thirdparty%2Fglibc.git Updated to fedora-glibc-20090509T2200 --- diff --git a/ChangeLog b/ChangeLog index 9ed39b46434..3657bab4b52 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-$( 2.10-1 +* Sat May 9 2009 Jakub Jelinek 2.10-2 - update from trunk - glibc 2.10 release - fix memchr on x86_64 (#499689)