diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-07 13:12:28 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-07 13:12:28 -0400 |
| commit | 44dc1a473c8a4ff1c73b776889f2002136c7787d (patch) | |
| tree | dd064b0a365481e81af4a0feede6517a51cae3d9 /Makefile | |
| parent | 2a8a37b4b69494b037db6897b3dd4388330455a4 (diff) | |
Replace -mtune/march with -mcpu\n\nI know, Shoo me(r)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ override CFLAGS += -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex- LIBPATH := -L ../../tools/agbcc/lib else CC1 := $(shell $(CC) --print-prog-name=cc1) -quiet -override CFLAGS += -mthumb -mthumb-interwork -O2 -mtune=arm7tdmi -march=armv4t -mabi=apcs-gnu -fno-toplevel-reorder -fno-aggressive-loop-optimizations -Wno-pointer-to-int-cast +override CFLAGS += -mthumb -mthumb-interwork -O2 -mcpu=arm7tdmi -mabi=apcs-gnu -fno-toplevel-reorder -fno-aggressive-loop-optimizations -Wno-pointer-to-int-cast LIBPATH := -L $(shell dirname $(shell $(CC) --print-file-name=libgcc.a)) -L $(shell dirname $(shell $(CC) --print-file-name=libc.a)) endif |
