Commit 916edea
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 916edea
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
77 | 93 | | |
78 | 94 | | |
79 | 95 | | |
| |||
133 | 149 | | |
134 | 150 | | |
135 | 151 | | |
136 | | - | |
| 152 | + | |
137 | 153 | | |
138 | 154 | | |
139 | 155 | | |
| |||
0 commit comments