OSDN Git Service

Patch from Stefan Allius. Include CPU_CFLAGS when compiling
authorEric Andersen <andersen@codepoet.org>
Tue, 5 Nov 2002 05:39:33 +0000 (05:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 5 Nov 2002 05:39:33 +0000 (05:39 -0000)
initfini

libc/sysdeps/linux/common/Makefile

index 5139b52..a0b140f 100644 (file)
@@ -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