mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fix picobsd cross builds on stable/10
This commit is contained in:
parent
1593e8754e
commit
c15bc72781
1 changed files with 2 additions and 0 deletions
|
|
@ -996,7 +996,9 @@ set_build_parameters() {
|
|||
export TARGET_ARCH=${o_arch} TARGET=${o_arch}
|
||||
# XXX 20131001 see if CLANG fixes the build
|
||||
export WITHOUT_CLANG_IS_CC=yes
|
||||
export WITHOUT_CLANG_BOOTSTRAP=yes
|
||||
export WITH_GCC=yes
|
||||
export WITH_GCC_BOOTSTRAP=yes
|
||||
export WITH_GNUCXX=yes
|
||||
export WITHOUT_CLANG=yes
|
||||
export WITHOUT_ICONV=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue