blob: b4c14ea231ef7da515897886ab7ea1e5ae8b0a40 [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
Brad Bishop316dfdd2018-06-25 12:45:53 -040015Index: ghostscript-9.21/base/lib.mak
16===================================================================
17--- ghostscript-9.21.orig/base/lib.mak
18+++ ghostscript-9.21/base/lib.mak
19@@ -73,8 +73,8 @@ arch_h=$(GLGEN)arch.h
20 stdpre_h=$(GLSRC)stdpre.h
Patrick Williamsc124f4f2015-09-15 14:41:29 -050021 stdint__h=$(GLSRC)stdint_.h $(std_h)
22
23-$(GLGEN)arch.h : $(GENARCH_XE)
24- $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
25+##$(GLGEN)arch.h : $(GENARCH_XE)
26+## $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
27
28 # Platform interfaces
29