From 59cd15065c1301153ea8bfc71730fbf51f2d7e43 Mon Sep 17 00:00:00 2001 From: luigi Date: Sun, 23 Dec 2012 22:41:54 +0000 Subject: enable building picobsd with CC instead of CLANG --- release/picobsd/build/picobsd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release') 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" -- cgit v1.1