export more HOST_ variables to avoid problems on 64->32 cross builds
authorPhil Blundell <philb@gnu.org>
Wed, 30 Jun 2004 21:05:16 +0000 (21:05 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 30 Jun 2004 21:05:16 +0000 (21:05 +0000)
BKrev: 40e32b0caqHlisU1BwVXXmS2VnThRg

firefox/firefox_0.9.oe

index fc4efca..a56d2d7 100644 (file)
@@ -17,6 +17,12 @@ export CROSS_COMPILE=1
 export HOST_LIBIDL_CONFIG="libIDL-config-2"
 export CONFIGURE_ARGS="--target=${TARGET_SYS} --host=${BUILD_SYS} --build=${BUILD_SYS} --prefix=${prefix}"
 
+export HOST_CFLAGS="${BUILD_CFLAGS}"
+export HOST_CXXFLAGS="${BULID_CXXFLAGS}"
+export HOST_LDFLAGS="${BUILD_LDFLAGS}"
+export HOST_RANLIB="${BUILD_RANLIB}"
+export HOST_AR="${BUILD_AR}"
+
 do_configure() {
        cp ${WORKDIR}/mozconfig .mozconfig
 }