diff options
Diffstat (limited to 'utils/hwstub/stub/atj213x/Makefile')
-rw-r--r-- | utils/hwstub/stub/atj213x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/stub/atj213x/Makefile b/utils/hwstub/stub/atj213x/Makefile index d653017a0f..81dfd30f54 100644 --- a/utils/hwstub/stub/atj213x/Makefile +++ b/utils/hwstub/stub/atj213x/Makefile @@ -8,7 +8,7 @@ AS=$(PREFIX)gcc OC=$(PREFIX)objcopy DEFINES= INCLUDES=-I$(CURDIR) -GCCOPTS=-march=mips32r2 -G0 -msoft-float +GCCOPTS=-Os -march=mips32r2 -G128 -msoft-float BUILD_DIR=$(CURDIR)/build/ ROOT_DIR=$(CURDIR)/.. |