Change assembly from AT&T to Intel syntax.
[pintos-anon] / src / Make.config
index 63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11..27f8328682154a84cf69030c66a895878942ea2f 100644 (file)
@@ -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