summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
deleted file mode 100644
index 7b70bb8e2c..0000000000
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
+++ /dev/null
@@ -1,38 +0,0 @@
1From c076d0fc970f190f723018258790c79b59daba2e Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Sat, 11 May 2019 21:20:27 +0800
4Subject: [PATCH] not generate objarch.h at compile time
5
6Import patch from windriver linux for cross compilation, and split
7patches into oe way under different directories such as i586, powerpc etc
8according to Richard's opinion.
9
10Upstream-Status: Pending
11
12Signed-off-by: Kang Kai <kai.kang@windriver.com>
13Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
14
15Rebase to 9.27
16Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
17---
18 base/lib.mak | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21diff --git a/base/lib.mak b/base/lib.mak
22index 3ed088a..5af2b43 100644
23--- a/base/lib.mak
24+++ b/base/lib.mak
25@@ -87,8 +87,8 @@ arch_h=$(GLGEN)arch.h
26 stdpre_h=$(GLSRC)stdpre.h
27 stdint__h=$(GLSRC)stdint_.h
28
29-$(GLGEN)arch.h : $(GENARCH_XE)
30- $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
31+##$(GLGEN)arch.h : $(GENARCH_XE)
32+## $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
33
34 # Platform interfaces
35
36--
372.7.4
38