diff options
Diffstat (limited to 'release')
-rwxr-xr-x | release/picobsd/build/picobsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index ae602b2..bc78832 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -445,6 +445,8 @@ do_kernel() { # OK ${BINMAKE} ${o_par} KERNCONF=${l_kernconf} \ -v -f ${PICO_TREE}/build/Makefile.conf ) || \ fail $? missing_kernel +# -DWITHOUT_CLANG_IS_CC \ + } # Populate the variable part of the floppy filesystem. Must be done before @@ -973,6 +975,7 @@ set_build_parameters() { if [ ${OSVERSION} -ge 500035 ] ; then export MAKEOBJDIRPREFIX=${l_objtree} export TARGET_ARCH=${o_arch} TARGET=${o_arch} + export WITHOUT_CLANG_IS_CC=1 # XXX why change machine_arch ? #-- export MACHINE_ARCH=`uname -m` MACHINE=`uname -m` # export CWARNFLAGS="-Wextra -Wno-sign-compare -Wno-missing-field-initializers" |