[oe-commits] Mario Domenech Goulart : chicken, chicken-cross: added translator-cross. patch for chicken 4.2.0

git version control git at git.openembedded.org
Sat Nov 28 18:11:11 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: f200c0f5605fbf085969ec0bc44851af16a616e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f200c0f5605fbf085969ec0bc44851af16a616e7

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Fri Nov 27 14:43:02 2009 -0200

chicken, chicken-cross: added translator-cross.patch for chicken 4.2.0

Fixes path to the translator (chicken) in the compiler driver (csc)
when cross compiling.

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>

---

 .../chicken/chicken-4.2.0/translator-cross.patch   |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/recipes/chicken/chicken-4.2.0/translator-cross.patch b/recipes/chicken/chicken-4.2.0/translator-cross.patch
new file mode 100644
index 0000000..ac0dde9
--- /dev/null
+++ b/recipes/chicken/chicken-4.2.0/translator-cross.patch
@@ -0,0 +1,11 @@
+--- a/csc.scm.orig	2009-11-26 17:16:57.000000000 -0200
++++ b/csc.scm	2009-11-26 17:17:09.000000000 -0200
+@@ -89,7 +89,7 @@
+   (quotewrap 
+    (prefix "chicken" "bin"
+ 	   (make-pathname
+-	    (if host-mode INSTALL_BIN_HOME TARGET_BIN_HOME)
++	    INSTALL_BIN_HOME
+ 	    CHICKEN_PROGRAM))))
+ 
+ (define compiler (quotewrap (if host-mode INSTALL_CC TARGET_CC)))





More information about the Openembedded-commits mailing list