Commit 05d9356
committed
iop: default srxfixup flags & allow zero-.text for non-exporting modules
Default IOP_SRXFIXUP_FLAGS to --rb --irx1 and use it for the iopfixup
invocation. When the build does not produce exports.o, append
--allow-zero-text so modules without an export table do not fail the
zero-.text check. This keeps behavior consistent with iop/Rules.make while
allowing top-level Makefiles to override IOP_SRXFIXUP_FLAGS when needed.1 parent 20d0fe9 commit 05d9356
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
77 | 86 | | |
78 | 87 | | |
79 | 88 | | |
| |||
133 | 142 | | |
134 | 143 | | |
135 | 144 | | |
136 | | - | |
| 145 | + | |
137 | 146 | | |
138 | 147 | | |
139 | 148 | | |
| |||
0 commit comments