]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mozilla/firefox-1.0.6/firefox-cc-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mozilla / firefox-1.0.6 / firefox-cc-fix.patch
1 --- mozilla/js/src/Makefile.in  2004-03-31 09:38:54.000000000 -0700
2 +++ mozilla.new/js/src/Makefile.in      2004-11-12 16:29:32.856436952 -0700
3 @@ -342,16 +342,10 @@
4  
5  jsopcode.h jsopcode.c: jsopcode.tbl
6  
7 -ifeq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH)))
8 +# OE hack - we copy this in 
9  jsautocfg.h:
10         touch $@
11 -else
12 -jsautocfg.h: jscpucfg$(HOST_BIN_SUFFIX)
13 -       @rm -f $@ jsautocfg.tmp
14 -       ./jscpucfg > jsautocfg.tmp
15 -       mv jsautocfg.tmp $@
16 -endif
17 -
18 +       
19  # jscpucfg is a strange target
20  # Needs to be built with the host compiler but needs to include
21  # the mdcpucfg for the target so it needs the appropriate target defines