X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=27f8328682154a84cf69030c66a895878942ea2f;hb=da63cef9fbe1173816e835d4fcb07ba62bfe89de;hp=63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11;hpb=515939328292cac043cf76c8e505e93b9b2c90e3;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index 63d6a22..27f8328 100644 --- a/src/Make.config +++ b/src/Make.config @@ -23,7 +23,7 @@ CAT = cat # Compiler and assembler invocation. WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers -CFLAGS = -g -MMD -msoft-float +CFLAGS = -g -MMD -msoft-float -masm=intel ASFLAGS = -Wa,--gstabs -MMD %.o: %.c