Revert Intel-style assembly back to AT&T-style.
[pintos-anon] / src / Make.config
index 8744f0da4a764c4022f72669668a498f271c6bea..0a1b46a37ac10de3cf7e37c1670eafff5464b33e 100644 (file)
@@ -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 =