X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile;h=ac60ade52a9b6ca32e28dc44717f67b5f16e332b;hp=7c159b3d312f4c3de14f33c659ad9b358db6678b;hb=9bad6028f738e78b69d18947d586dce7b9267785;hpb=599e17a3e6678eecfd12874cbd35698591df068d diff --git a/Makefile b/Makefile index 7c159b3d3..ac60ade52 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 \