From 3216db7c3b4e6f8271ee0857819ae6f35ca05e0c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Nov 2002 05:39:33 +0000 Subject: Patch from Stefan Allius. Include CPU_CFLAGS when compiling initfini --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/Makefile') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 5139b52f5..a0b140f65 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../../../ include $(TOPDIR)Rules.mak -SAFECFLAGS=$(WARNINGS) $(OPTIMIZATION) -fno-builtin +SAFECFLAGS=$(WARNINGS) $(CPU_CFLAGS-y) $(OPTIMIZATION) -fno-builtin ifeq ($(strip $(DOPIC)),y) SAFECFLAGS+=-fPIC endif -- cgit v1.2.3