diff -r c800b7d6a50c -r c71635732a59 scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Wed May 09 18:17:17 2012 +0200 +++ b/scripts/build/cc/gcc.sh Wed Aug 01 19:02:06 2012 +0200 @@ -88,6 +88,15 @@ core_opts+=( "cflags=${CT_CFLAGS_FOR_HOST}" ) core_opts+=( "lang_list=c" ) ;; + *) + do_core=y + core_opts+=( "mode=static" ) + core_opts+=( "host=${CT_BUILD}" ) + core_opts+=( "complibs=${CT_BUILDTOOLS_PREFIX_DIR}" ) + core_opts+=( "prefix=${CT_BUILDTOOLS_PREFIX_DIR}" ) + core_opts+=( "cflags=${CT_CFLAGS_FOR_HOST}" ) + core_opts+=( "lang_list=c" ) + ;; esac if [ "${do_core}" = "y" ]; then