X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FMakefile.cfg;h=a1a0141af4c82c9ab3ccc53a57e2756af49b6433;hb=e7b8e2df61ce667f42043d746c148b06b5a4820a;hp=d449a165c519c3330c90a168ee083c83ac86fc4e;hpb=cdef47c4251b8c84d020bc65f6da79f7abbab044;p=tpg%2Facess2.git diff --git a/Usermode/Applications/Makefile.cfg b/Usermode/Applications/Makefile.cfg index d449a165..a1a0141a 100644 --- a/Usermode/Applications/Makefile.cfg +++ b/Usermode/Applications/Makefile.cfg @@ -14,7 +14,7 @@ ifeq ($(ARCHDIR),native) else ASFLAGS = -felf CPPFLAGS = -ffreestanding - CFLAGS = -fno-stack-protector -fno-builtin $(CPPFLAGS) + CFLAGS = -fno-stack-protector -fno-builtin $(CPPFLAGS) -Wall LDFLAGS = -T $(OUTPUTDIR)Libs/acess.ld -L $(OUTPUTDIR)Libs -I /Acess/Libs/ld-acess.so -lld-acess -lc $(OUTPUTDIR)Libs/crtbegin.o $(OUTPUTDIR)Libs/crtend.o -lposix LIBGCC_PATH = $(shell $(CC) -print-libgcc-file-name) endif