Skip to content

Commit

Permalink
Only link Qoob SX executable with --nmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Dec 4, 2023
1 parent ce73f91 commit e77492c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devkitPPC.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[constants]
prefix = 'powerpc-eabi-'
common_args = ['-DGEKKO','-mogc','-mcpu=750','-meabi','-mhard-float']
link_args = ['-Wl,--nmagic']
link_args = []

[binaries]
c = prefix + 'gcc'
Expand Down
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ compressed_exes += {
'iplboot_sx': {
'exe': iplboot,
'link_args': [
'-Wl,--section-start,.init=0x01500000'
'-Wl,--section-start,.init=0x01500000',
'-Wl,--nmagic',
],
},
'iplboot_lowmem': {
Expand Down

0 comments on commit e77492c

Please sign in to comment.