|
Lines 295-300
Link Here
|
| 295 |
.if ${__T:Marm*} == "" && ${__T:Mmips*} == "" && ${__T:Mpowerpc*} == "" |
295 |
.if ${__T:Marm*} == "" && ${__T:Mmips*} == "" && ${__T:Mpowerpc*} == "" |
| 296 |
BROKEN_OPTIONS+=LOADER_UBOOT |
296 |
BROKEN_OPTIONS+=LOADER_UBOOT |
| 297 |
.endif |
297 |
.endif |
|
|
298 |
# GELI and Lua in loader currently cause boot failures on sparc64 |
| 299 |
# Further debugging is required |
| 300 |
.if ${__T} == "sparc64" |
| 301 |
BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA |
| 302 |
.endif |
| 298 |
|
303 |
|
| 299 |
.if ${__T:Mmips64*} |
304 |
.if ${__T:Mmips64*} |
| 300 |
# profiling won't work on MIPS64 because there is only assembly for o32 |
305 |
# profiling won't work on MIPS64 because there is only assembly for o32 |