Remove redundant modern CFLAGS
This commit is contained in:
parent
15c2856b24
commit
49bdaeb940
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -69,7 +69,6 @@ OBJ_DIR := build/emerald
|
|||
LIBPATH := -L ../../tools/agbcc/lib
|
||||
else
|
||||
CC1 = $(shell $(CC) --print-prog-name=cc1) -quiet
|
||||
override CFLAGS += -mthumb -mthumb-interwork -O2 -mabi=apcs-gnu -mcpu=arm7tdmi -fno-toplevel-reorder -Wno-pointer-to-int-cast -g
|
||||
override CFLAGS += -mthumb -mthumb-interwork -O2 -mabi=apcs-gnu -mtune=arm7tdmi -march=armv4t -fno-toplevel-reorder -Wno-pointer-to-int-cast -g
|
||||
ROM := pokeemerald_modern.gba
|
||||
OBJ_DIR := build/modern
|
||||
|
|
Loading…
Reference in a new issue