about summary refs log tree commit diff stats
path: root/gba/Makefile
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-07-11 20:59:41 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-07-11 20:59:41 -0400
commitf31274f14656be2498b05027f668d9a55fb26f6b (patch)
treec3320ea313e56f0a7b4ab68c171226839cb5ec88 /gba/Makefile
parent5ef8856578d31957964c3e503f87cde3dcc89219 (diff)
parentd642a84189db1ec39514bc1731b2b1ac5c704547 (diff)
downloadgen3uploader-f31274f14656be2498b05027f668d9a55fb26f6b.tar.gz
gen3uploader-f31274f14656be2498b05027f668d9a55fb26f6b.tar.bz2
gen3uploader-f31274f14656be2498b05027f668d9a55fb26f6b.zip
Merged in gba-gen3multiboot
I originally cloned this repo from gba-link-cable-dumper so this commit
is merging in the "changes" from gba-gen3multiboot even though I really
already applied everything myself. Also changed the output binary name,
and removed the unused dependency on libfat.

Todo: rewrite README.
Diffstat (limited to 'gba/Makefile')
-rw-r--r--gba/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gba/Makefile b/gba/Makefile index e417104..49d0777 100644 --- a/gba/Makefile +++ b/gba/Makefile
@@ -32,8 +32,7 @@ INCLUDES :=
32#--------------------------------------------------------------------------------- 32#---------------------------------------------------------------------------------
33ARCH := -mthumb -mthumb-interwork 33ARCH := -mthumb -mthumb-interwork
34 34
35CFLAGS := -g -Wall -O3\ 35CFLAGS := -g -Wall -Wno-multichar -O3\
36 -Wno-multichar\
37 -mcpu=arm7tdmi -mtune=arm7tdmi\ 36 -mcpu=arm7tdmi -mtune=arm7tdmi\
38 -fomit-frame-pointer\ 37 -fomit-frame-pointer\
39 -ffast-math \ 38 -ffast-math \