diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-05 05:39:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-05 05:39:33 +0000 |
commit | 3216db7c3b4e6f8271ee0857819ae6f35ca05e0c (patch) | |
tree | 00672f051c5a6878f6719f5bd65dc0a4b3e636df | |
parent | ebaee63a76b0c3117d72bcb7bf8cb3bf03a83361 (diff) | |
download | uClibc-alpine-3216db7c3b4e6f8271ee0857819ae6f35ca05e0c.tar.bz2 uClibc-alpine-3216db7c3b4e6f8271ee0857819ae6f35ca05e0c.tar.xz |
Patch from Stefan Allius. Include CPU_CFLAGS when compiling
initfini
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |