diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-05 22:26:15 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:48:48 -0700 |
commit | 9bad6028f738e78b69d18947d586dce7b9267785 (patch) | |
tree | e83648140abf03f3f25c7df95af3052d95a3ed58 | |
parent | 599e17a3e6678eecfd12874cbd35698591df068d (diff) |
[PATCH] fix up segfaulting binaries with new klibc
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |