Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 98ba05ed2321a39ad7ec943a9ecac07fedaacfed..9950c315285f079b700174191a6be0df95566ea4 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -478,7 +478,7 @@ endif |
ifeq ($(TARGET),arm32) |
TARGETFLAG=arm32 |
SETUP=SetupGccArmOpt |
- SPEC := -O2 --filetype=asm |
+ SPEC := -O2 --filetype=obj |
endif |
SPECFLAGS := |
SPECBUILDONLY := false |