diff options
| author | Chris Lord <chris@openedhand.com> | 2006-02-01 09:52:55 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2006-02-01 09:52:55 +0000 |
| commit | da8ed2882801ca513eef5b696de14ea99c485354 (patch) | |
| tree | ad43f2132fd8896e1c2c4aefe75ad572273d469a /openembedded/packages/js/files/host-cc.patch | |
| parent | 27700c91dd31d47332e6533241982d856772e08b (diff) | |
| download | poky-da8ed2882801ca513eef5b696de14ea99c485354.tar.gz | |
Add libsoup, libspidermonkey, libxml2 cvs, patched gtkhtml2 and web
packages
git-svn-id: https://svn.o-hand.com/repos/poky@245 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/js/files/host-cc.patch')
| -rw-r--r-- | openembedded/packages/js/files/host-cc.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openembedded/packages/js/files/host-cc.patch b/openembedded/packages/js/files/host-cc.patch new file mode 100644 index 0000000000..78a1e1b5a0 --- /dev/null +++ b/openembedded/packages/js/files/host-cc.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | diff -urNd smjs-1.5-r0/js/src/Makefile.ref smjs-1.5-r0.new/js/src/Makefile.ref | ||
| 2 | --- smjs-1.5-r0/js/src/Makefile.ref 2003-11-15 00:10:55.000000000 +0000 | ||
| 3 | +++ smjs-1.5-r0.new/js/src/Makefile.ref 2006-01-31 23:43:16.000000000 +0000 | ||
| 4 | @@ -317,8 +317,11 @@ | ||
| 5 | rm -f $@ | ||
| 6 | $(OBJDIR)/jscpucfg > $@ | ||
| 7 | |||
| 8 | +$(OBJDIR)/jscpucfg.o: jscpucfg.c jscpucfg.h | ||
| 9 | + $(HOST_CC) -o $@ $(CFLAGS) $(LDFLAGS) jscpucfg.c | ||
| 10 | + | ||
| 11 | $(OBJDIR)/jscpucfg: $(OBJDIR)/jscpucfg.o | ||
| 12 | - $(CC) -o $@ $(OBJDIR)/jscpucfg.o | ||
| 13 | + $(HOST_CC) -o $@ $(OBJDIR)/jscpucfg.o | ||
| 14 | |||
| 15 | # Look in OBJDIR to find jsautocfg.h | ||
| 16 | INCLUDES += -I$(OBJDIR) | ||
