summaryrefslogtreecommitdiff
path: root/meta/packages/js/files/host-cc.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-18 17:28:11 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-18 17:28:11 +0000
commitb6dc9fc15ac87911aac1dd8fa0ff7ee2c54399d7 (patch)
tree7a7e0ba2014ac17ac76992ebc285ee24fc351768 /meta/packages/js/files/host-cc.patch
parent9dbe065a251e02e4cc3051e55769381eb608657a (diff)
downloadopenembedded-core-b6dc9fc15ac87911aac1dd8fa0ff7ee2c54399d7.tar.gz
openembedded-core-b6dc9fc15ac87911aac1dd8fa0ff7ee2c54399d7.tar.bz2
openembedded-core-b6dc9fc15ac87911aac1dd8fa0ff7ee2c54399d7.tar.xz
openembedded-core-b6dc9fc15ac87911aac1dd8fa0ff7ee2c54399d7.zip
js: Use gcc for linking so LDFLAGS can be used in full rather that hardcoded subsets
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1968 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/js/files/host-cc.patch')
-rw-r--r--meta/packages/js/files/host-cc.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/js/files/host-cc.patch b/meta/packages/js/files/host-cc.patch
deleted file mode 100644
index 78a1e1b5a..000000000
--- a/meta/packages/js/files/host-cc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urNd smjs-1.5-r0/js/src/Makefile.ref smjs-1.5-r0.new/js/src/Makefile.ref
---- smjs-1.5-r0/js/src/Makefile.ref 2003-11-15 00:10:55.000000000 +0000
-+++ smjs-1.5-r0.new/js/src/Makefile.ref 2006-01-31 23:43:16.000000000 +0000
-@@ -317,8 +317,11 @@
- rm -f $@
- $(OBJDIR)/jscpucfg > $@
-
-+$(OBJDIR)/jscpucfg.o: jscpucfg.c jscpucfg.h
-+ $(HOST_CC) -o $@ $(CFLAGS) $(LDFLAGS) jscpucfg.c
-+
- $(OBJDIR)/jscpucfg: $(OBJDIR)/jscpucfg.o
-- $(CC) -o $@ $(OBJDIR)/jscpucfg.o
-+ $(HOST_CC) -o $@ $(OBJDIR)/jscpucfg.o
-
- # Look in OBJDIR to find jsautocfg.h
- INCLUDES += -I$(OBJDIR)