diff options
Diffstat (limited to 'utils/hwstub/stub/pp/Makefile')
-rw-r--r-- | utils/hwstub/stub/pp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/stub/pp/Makefile b/utils/hwstub/stub/pp/Makefile index 6e79a2b1c8..73d5838f49 100644 --- a/utils/hwstub/stub/pp/Makefile +++ b/utils/hwstub/stub/pp/Makefile @@ -7,7 +7,7 @@ AS=arm-elf-eabi-gcc OC=arm-elf-eabi-objcopy DEFINES= INCLUDES=-I$(CURDIR) -GCCOPTS=-mcpu=arm926ej-s +GCCOPTS=-mcpu=arm7tdmi BUILD_DIR=$(CURDIR)/build/ ROOT_DIR=$(CURDIR)/.. |