X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=0a1b46a37ac10de3cf7e37c1670eafff5464b33e;hb=575dc45e34db19ee7808c116e93485b37e0df716;hp=8744f0da4a764c4022f72669668a498f271c6bea;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index 8744f0d..0a1b46a 100644 --- a/src/Make.config +++ b/src/Make.config @@ -21,7 +21,7 @@ endif # Compiler and assembler invocation. DEFINES = WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers -CFLAGS = -g -MMD -msoft-float -masm=intel +CFLAGS = -g -MMD -msoft-float CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib ASFLAGS = -Wa,--gstabs -MMD LDFLAGS =