aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-05 22:26:15 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:48:48 -0700
commit9bad6028f738e78b69d18947d586dce7b9267785 (patch)
treee83648140abf03f3f25c7df95af3052d95a3ed58 /Makefile
parent599e17a3e6678eecfd12874cbd35698591df068d (diff)
downloadudev-9bad6028f738e78b69d18947d586dce7b9267785.tar.gz
[PATCH] fix up segfaulting binaries with new klibc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c159b3d..ac60ade5 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,7 @@ ifeq ($(strip $(USE_KLIBC)),true)
CRT0 = $(KLIBC_DIR)/crt0.o
LIBC = $(ARCH_LIB_OBJS) $(LIB_OBJS) $(CRT0)
CFLAGS += $(WARNINGS) -nostdinc \
- $(OPTFLAGS) \
+ $(OPTFLAGS) $(REQFLAGS) \
-D__KLIBC__ -fno-builtin-printf \
-I$(KLIBC_FIXUPS_DIR) \
-include $(KLIBC_FIXUPS_DIR)/klibc_fixups.h \