mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
armv6: Switch to LLD by default
This could just be ${__TT} == "arm", except armv5 isn't slated for death until
EOY.
arm tinderbox builds. Let's see what else shakes out.
This commit is contained in:
parent
3e11768ee1
commit
784a4b6bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -335,8 +335,8 @@ __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
|
|||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND
|
||||
.endif
|
||||
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "armv7" || \
|
||||
${__T} == "i386"
|
||||
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "armv6" || \
|
||||
${__T} == "armv7" || ${__T} == "i386"
|
||||
__DEFAULT_YES_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
|
||||
.else
|
||||
__DEFAULT_NO_OPTIONS+=LLD_BOOTSTRAP LLD_IS_LD
|
||||
|
|
|
|||
Loading…
Reference in a new issue