From 02a50d510572990c2b836e37ec1c0b23dac41b1a Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Thu, 2 Mar 2006 05:21:16 +0000 Subject: [PATCH] In aliencomp.c #+(and ppc darwin) should be #!+(and ppc darwin), which allows ppc builds to be able to cross-compile to other architectures. This bug was originially introduced by yours truly in the process of bringing the VOPs in question and this call to the over from CMUCL. --- src/compiler/aliencomp.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/aliencomp.lisp b/src/compiler/aliencomp.lisp index 7b19ac5..33afd27 100644 --- a/src/compiler/aliencomp.lisp +++ b/src/compiler/aliencomp.lisp @@ -713,7 +713,7 @@ temp-tn nsp first-tn)) - #+(and ppc darwin) + #!+(and ppc darwin) (when (listp tn) ;; This means that we have a float arg that we need to ;; also copy to some int regs. The list contains the TN diff --git a/version.lisp-expr b/version.lisp-expr index c3afb39..29ff189 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.10.9" +"0.9.10.10" -- 1.7.10.4