From dbe8a9aa54f247f87c413ddd2411834838d28c37 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Mon, 18 Jan 2010 22:28:55 +0100 Subject: [PATCH] Don't set CCWRAP_CC ccwrap changes $PATH and adds a directory relative to its location before it execs the compiler. Therefore the default compiler name 'rawcc' can be used. This allows us to use stock FWL toolchains. Signed-off-by: Marc Andre Tanner --- sources/include.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/include.sh b/sources/include.sh index 5d7b3db..fb1d1f4 100755 --- a/sources/include.sh +++ b/sources/include.sh @@ -61,7 +61,6 @@ STRIP="${CROSS}strip" # $STAGING_DIR and not against the one from the toolchain export CCWRAP_TOPDIR="$STAGING_DIR/usr" -export CCWRAP_CC="${CROSS}rawcc" umask 022 -- 2.11.4.GIT