diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-02-07 14:01:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-07 14:01:48 +0000 |
commit | eb613287c594aba337c66d2c2fac15b10e18d35e (patch) | |
tree | 7f53eda6e9034460fa29c7ef6a3f906f52a23ca2 /packages/mozilla/firefox-1.0.7/firefox-cc-fix.patch | |
parent | 3f98a75229a7152df0194e43d7961460d8cc4725 (diff) |
firefox_1.0.7.bb : add the supporting files I forgot.
Diffstat (limited to 'packages/mozilla/firefox-1.0.7/firefox-cc-fix.patch')
-rw-r--r-- | packages/mozilla/firefox-1.0.7/firefox-cc-fix.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/mozilla/firefox-1.0.7/firefox-cc-fix.patch b/packages/mozilla/firefox-1.0.7/firefox-cc-fix.patch new file mode 100644 index 0000000000..e2df2a390c --- /dev/null +++ b/packages/mozilla/firefox-1.0.7/firefox-cc-fix.patch @@ -0,0 +1,21 @@ +--- mozilla/js/src/Makefile.in 2004-03-31 09:38:54.000000000 -0700 ++++ mozilla.new/js/src/Makefile.in 2004-11-12 16:29:32.856436952 -0700 +@@ -342,16 +342,10 @@ + + jsopcode.h jsopcode.c: jsopcode.tbl + +-ifeq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH))) ++# OE hack - we copy this in + jsautocfg.h: + touch $@ +-else +-jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX) +- @rm -f $@ jsautocfg.tmp +- ./jscpucfg > jsautocfg.tmp +- mv jsautocfg.tmp $@ +-endif +- ++ + # jscpucfg is a strange target + # Needs to be built with the host compiler but needs to include + # the mdcpucfg for the target so it needs the appropriate target defines |