]> sourceware.org Git - glibc.git/commitdiff
rtld: do not ignore arch-specific CFLAGS
authorCarlos O'Donell <codonell@redhat.com>
Tue, 8 Jan 2013 16:47:12 +0000 (11:47 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Feb 2017 06:00:55 +0000 (01:00 -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 61abeb59eeef0b9ed8e4998b1f28cc1310073644..1d27a88f02b92dc00dc3fd2755e34e89f946dfe5 100644 (file)
@@ -543,7 +543,7 @@ CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \
 libof-ldconfig = ldconfig
 CFLAGS-dl-cache.c = $(SYSCONF-FLAGS)
 CFLAGS-cache.c = $(SYSCONF-FLAGS)
-CFLAGS-rtld.c = $(SYSCONF-FLAGS)
+CFLAGS-rtld.c += $(SYSCONF-FLAGS)
 
 cpp-srcs-left := $(all-rtld-routines:=.os)
 lib := rtld
This page took 0.04729 seconds and 5 git commands to generate.