From: Mario Domenech Goulart Date: Fri, 27 Nov 2009 16:43:02 +0000 (-0200) Subject: chicken, chicken-cross: added translator-cross.patch for chicken 4.2.0 X-Git-Tag: Release-2010-05/1~1587 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f200c0f5605fbf085969ec0bc44851af16a616e7;p=openembedded.git 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 --- 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)))