Commit c6f5b56
Add Android 16KB page support via LDFLAGS
This supports upstream PR asg017#254 which needs to pass
-Wl,-z,max-page-size=16384 for Android 16KB page support. Using
LDFLAGS instead of CFLAGS prevents linker flags from leaking into
compile-only steps, which could cause warnings or errors with
stricter toolchains.
Adds EXT_LDFLAGS variable to the loadable and cli targets, enabling
users to pass linker-specific flags separately from compiler flags.
Co-Authored-By: Oscar Franco <ospfranco@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e8f156b commit c6f5b56
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments