diff options
| author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
| commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
| tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/xqt2/files/cross.patch | |
| parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) | |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/xqt2/files/cross.patch')
| -rw-r--r-- | packages/xqt2/files/cross.patch | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/packages/xqt2/files/cross.patch b/packages/xqt2/files/cross.patch deleted file mode 100644 index c00068aa26..0000000000 --- a/packages/xqt2/files/cross.patch +++ /dev/null @@ -1,62 +0,0 @@ -diff -ur xc.org/config/cf/X11.tmpl xc/config/cf/X11.tmpl ---- xc.org/config/cf/X11.tmpl 2003-02-26 06:57:52.000000000 +0900 -+++ xc/config/cf/X11.tmpl 2004-09-16 19:19:46.000000000 +0900 -@@ -1582,9 +1582,9 @@ - MKFONTDIR = $(CLIENTENVSETUP) $(PRELOADFONTSETUP) $(XBUILDBINDIR)/mkfontdir - XCURSORGEN = $(CLIENTENVSETUP) $(PRELOADSETUP) $(XBUILDBINDIR)/xcursorgen - # elif UseInstalledOnCrossCompile -- MKFONTDIR = $(BINDIR)/mkfontdir -- FONTC = $(BINDIR)/bdftopcf -- XCURSORGEN = $(BINDIR)/xcursorgen -+ MKFONTDIR = /usr/X11R6/bin/mkfontdir -+ FONTC = /usr/X11R6/bin/bdftopcf -+ XCURSORGEN = /usr/X11R6/bin/xcursorgen - # endif - # if HasPerl - MKHTMLINDEX = RunPerlScript($(CONFIGSRC)/util/mkhtmlindex.pl,) -diff -ur xc.org/config/cf/cross.def xc/config/cf/cross.def ---- xc.org/config/cf/cross.def 2002-04-04 23:05:33.000000000 +0900 -+++ xc/config/cf/cross.def 2004-09-16 19:19:46.000000000 +0900 -@@ -5,7 +5,7 @@ - * compiler images. It will have to be edited to reflect these - * given your local configuration. - */ --#if 0 -+#if 1 - #undef i386Architecture - #define Arm32Architecture - -@@ -14,18 +14,18 @@ - #define ServerCDebugFlags -O2 - #undef StandardDefines - #define StandardDefines -Dlinux -D__arm__ -D_POSIX_SOURCE \ -- -D_BSD_SOURCE -D_GNU_SOURCE -DX_LOCALE -+ -D_BSD_SOURCE -D_GNU_SOURCE - #undef CcCmd --#define StdIncDir /skiff/local/arm-linux/include -+#define StdIncDir $(TOPDIR)/tmp/cross/arm-linux/include - #define PreIncDir - #undef PostIncDir --#define PostIncDir /skiff/local/lib/gcc-lib/arm-linux/2.95.2/include --#define CcCmd /skiff/local/bin/arm-linux-gcc -+#define PostIncDir $(TOPDIR)/tmp/cross/lib/gcc-lib/arm-linux/2.95.2/include -+#define CcCmd $(TOPDIR)/tmp/cross/bin/arm-linux-gcc - #undef CplusplusCmd - #define HasCplusplus YES --#define CplusplusCmd /skiff/local/bin/arm-linux-g++ -+#define CplusplusCmd $(TOPDIR)/tmp/cross/bin/arm-linux-g++ - #define DoRanlibCmd YES --#define RanlibCmd /skiff/local/bin/arm-linux-ranlib -+#define RanlibCmd $(TOPDIR)/tmp/cross/bin/arm-linux-ranlib - #undef ExtraLoadFlags - #define ExtraLoadFlags - #define FbNoPixelAddrCode -@@ -33,7 +33,7 @@ - #define TermcapLibrary -ltermcap - - #undef LdPostLib --#define LdPostLib -L/skiff/local/arm-linux/lib -+#define LdPostLib -L$(TOPDIR)/tmp/cross/arm-linux/lib - - #undef ExtensionOSDefines - #define ExtensionOSDefines |
