From 3097ab0f62233dc336dfe611fef4b8b633355190 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 May 2006 21:49:50 +0000 Subject: Sync conf and classes with OE - changes have been tested and don't affect poky git-svn-id: https://svn.o-hand.com/repos/poky/trunk@446 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/classes/native.bbclass | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'openembedded/classes/native.bbclass') diff --git a/openembedded/classes/native.bbclass b/openembedded/classes/native.bbclass index 011e48cf6..04ff7d92d 100644 --- a/openembedded/classes/native.bbclass +++ b/openembedded/classes/native.bbclass @@ -36,6 +36,20 @@ CXXFLAGS = "${BUILD_CFLAGS}" LDFLAGS = "${BUILD_LDFLAGS}" LDFLAGS_build-darwin = "-L${STAGING_DIR}/${BUILD_SYS}/lib " + +# set the compiler as well. It could have been set to something else +export CC = "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}" +export CXX = "${CCACHE}${HOST_PREFIX}g++ ${HOST_CC_ARCH}" +export F77 = "${CCACHE}${HOST_PREFIX}g77 ${HOST_CC_ARCH}" +export CPP = "${HOST_PREFIX}gcc -E" +export LD = "${HOST_PREFIX}ld" +export CCLD = "${CC}" +export AR = "${HOST_PREFIX}ar" +export AS = "${HOST_PREFIX}as" +export RANLIB = "${HOST_PREFIX}ranlib" +export STRIP = "${HOST_PREFIX}strip" + + # Path prefixes base_prefix = "${exec_prefix}" prefix = "${STAGING_DIR}" -- cgit v1.2.3