summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/js/files/usepic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/js/files/usepic.patch')
-rw-r--r--meta/recipes-support/js/files/usepic.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-support/js/files/usepic.patch b/meta/recipes-support/js/files/usepic.patch
deleted file mode 100644
index 91b092305d..0000000000
--- a/meta/recipes-support/js/files/usepic.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3Mips needs -fPIC to compile properly. These tests are broken anyway as they test
4the build system architecture, not the target. This is a hack.
5
6RP 10/6/2010
7
8Index: src/config/Linux_All.mk
9===================================================================
10--- src.orig/config/Linux_All.mk 2010-06-10 22:09:43.000000000 +0100
11+++ src/config/Linux_All.mk 2010-06-10 22:09:55.000000000 +0100
12@@ -90,14 +90,10 @@
13 # Use the editline library to provide line-editing support.
14 JS_EDITLINE = 1
15
16-ifeq ($(CPU_ARCH),x86_64)
17 # Use VA_COPY() standard macro on x86-64
18 # FIXME: better use it everywhere
19 OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
20-endif
21
22-ifeq ($(CPU_ARCH),x86_64)
23 # We need PIC code for shared libraries
24 # FIXME: better patch rules.mk & fdlibm/Makefile*
25 OS_CFLAGS += -DPIC -fPIC
26-endif