X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=27f8328682154a84cf69030c66a895878942ea2f;hb=a6707cab2ede5adc59479d16000cb938b386db36;hp=63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11;hpb=382dafd4d52569f887827b468c985879d6f5ea80;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