diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 16:37:21 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-11 16:37:21 -0400 |
commit | 57afb4058710a978bd7b07a368125d04378c62f1 (patch) | |
tree | 7a06f1679f0612c58d5a209a013261ff5ad6cb82 /gba/gba_pkjb.specs | |
parent | 004575f7cec14946c1936aceca6efee38b7f8a74 (diff) | |
download | gen3uploader-57afb4058710a978bd7b07a368125d04378c62f1.tar.gz gen3uploader-57afb4058710a978bd7b07a368125d04378c62f1.tar.bz2 gen3uploader-57afb4058710a978bd7b07a368125d04378c62f1.zip |
started tweaking with stuff
Diffstat (limited to 'gba/gba_pkjb.specs')
-rw-r--r-- | gba/gba_pkjb.specs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gba/gba_pkjb.specs b/gba/gba_pkjb.specs new file mode 100644 index 0000000..7c9027b --- /dev/null +++ b/gba/gba_pkjb.specs | |||
@@ -0,0 +1,8 @@ | |||
1 | %rename link old_link | ||
2 | |||
3 | *link: | ||
4 | -T ../gba_pkjb.ld%s %(old_link) --gc-sections | ||
5 | |||
6 | *startfile: | ||
7 | ../start/pkjb_crt0%O%s crti%O%s crtbegin%O%s | ||
8 | |||