diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 20:59:41 -0400 | 
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 20:59:41 -0400 | 
| commit | f31274f14656be2498b05027f668d9a55fb26f6b (patch) | |
| tree | c3320ea313e56f0a7b4ab68c171226839cb5ec88 /gba | |
| parent | 5ef8856578d31957964c3e503f87cde3dcc89219 (diff) | |
| parent | d642a84189db1ec39514bc1731b2b1ac5c704547 (diff) | |
| download | gen3uploader-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')
| -rw-r--r-- | gba/Makefile | 3 | 
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 | #--------------------------------------------------------------------------------- | 
| 33 | ARCH := -mthumb -mthumb-interwork | 33 | ARCH := -mthumb -mthumb-interwork | 
| 34 | 34 | ||
| 35 | CFLAGS := -g -Wall -O3\ | 35 | CFLAGS := -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 \ | 
