aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2009-11-27 14:43:02 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2009-11-27 21:47:26 -0200
commitf200c0f5605fbf085969ec0bc44851af16a616e7 (patch)
tree5f3502c84218c2a48398297dd656671c3536432c /recipes/chicken
parent0e0de60f4443c143fa92068932722f5d75b0999b (diff)
downloadopenembedded-f200c0f5605fbf085969ec0bc44851af16a616e7.tar.gz
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@ossystems.com.br>
Diffstat (limited to 'recipes/chicken')
-rw-r--r--recipes/chicken/chicken-4.2.0/translator-cross.patch11
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 0000000000..ac0dde9aec
--- /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)))