mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-28 07:21:32 +03:00
[PATCH] fix up segfaulting binaries with new klibc
This commit is contained in:
parent
599e17a3e6
commit
9bad6028f7
2
Makefile
2
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user