gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 6192c9e97c24a6bb0843dd15f1ce16a0ce970d85 parent 27d8af923a0f2ee64edb63a1491156651f0e5688 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:10:17 -0800 Merge pull request #743 from bbbbbr/lcc/sdas_n_flag_to_N_flag sdcc: sdas: update deprecated n flag to N flag Diffstat:
| M | gbdk-support/lcc/gb.c | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-support/lcc/gb.c b/gbdk-support/lcc/gb.c @@ -51,9 +51,9 @@ static struct { -p: disable pagination -o: create object file -g: make undef symbols global - -n: defer symbol resolving to link time (autobanking relies on this) [requires sdcc 12238+] + -N: defer symbol resolving to link time (autobanking relies on this) [requires sdcc 12238+] */ - { "asdefault", "-pogn -I%libdir%%plat%" }, + { "asdefault", "-pogN -I%libdir%%plat%" }, { "as_gb", "%sdccdir%sdasgb" }, { "as_z80", "%sdccdir%sdasz80" }, { "as_6500", "%sdccdir%sdas6500" },
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.