diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-30 21:05:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-30 21:05:16 +0000 |
commit | 18dc2e25bceeaad5fb823a97a021229679396fee (patch) | |
tree | 4e79096b24653072972d760208ab4b3561bde6c5 /firefox | |
parent | fb6552dec2df8cf4ba32c25b710d47a171cd018f (diff) |
export more HOST_ variables to avoid problems on 64->32 cross builds
BKrev: 40e32b0caqHlisU1BwVXXmS2VnThRg
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/firefox_0.9.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe index fc4efcaf84..a56d2d784e 100644 --- a/firefox/firefox_0.9.oe +++ b/firefox/firefox_0.9.oe @@ -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 } |