]> sourceware.org Git - glibc.git/commitdiff
rtld: do not ignore arch-specific CFLAGS
authorGuy Martin <gmsoft@tuxicoman.be>
Fri, 16 Aug 2013 19:00:05 +0000 (15:00 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 8 Feb 2014 14:21:13 +0000 (09:21 -0500)
https://bugs.gentoo.org/452184
http://sourceware.org/bugzilla/show_bug.cgi?id=15005
http://sourceware.org/ml/libc-alpha/2013-01/msg00247.html

elf/Makefile

index 4c58fc9c24613fe9c56fda4ec9f7fbdb0f4df91a..56900d20f7caf35066c52c0c0c77cfcca21b06de 100644 (file)
@@ -421,7 +421,7 @@ CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \
                    -D'SLIBDIR="$(slibdir)"' -DIS_IN_ldconfig=1
 CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
 CFLAGS-cache.c = $(SYSCONF-FLAGS)
-CFLAGS-rtld.c = $(SYSCONF-FLAGS)
+CFLAGS-rtld.c += $(SYSCONF-FLAGS)
 
 CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
                     -DNOT_IN_libc=1 -DIS_IN_rtld=1 -DIN_LIB=rtld)
This page took 0.055132 seconds and 5 git commands to generate.