blob: e28a949bf718356754e25a301075cc1b3c9d2e04 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Import patch from windriver linux for cross compilation, and split patches
2into oe way under different directories such as i586, powerpc etc according
3to Richard's opinion.
4
5Upstream-Status: Pending
6
7Signed-off-by: Kang Kai <kai.kang@windriver.com>
8Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
9
10# Author: Chi Xu <chi.xu@windriver.com>
11# Date: Feb 26 2010
12# Summary: Generate arch.h for ppc32
13#
14
15diff -Nru ghostscript-8.64.orig/base/lib.mak ghostscript-8.64/base/lib.mak
16--- ghostscript-8.64.orig/base/lib.mak 2010-02-10 10:30:02.000000000 +0800
17+++ ghostscript-8.64/base/lib.mak 2010-02-10 10:56:21.000000000 +0800
18@@ -67,8 +67,8 @@
19 stdpre_h=$(GLSRC)stdpre.h $(stdpn_h)
20 stdint__h=$(GLSRC)stdint_.h $(std_h)
21
22-$(GLGEN)arch.h : $(GENARCH_XE)
23- $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
24+##$(GLGEN)arch.h : $(GENARCH_XE)
25+## $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
26
27 # Platform interfaces
28