[Cmucl-cvs] [git] CMU Common Lisp branch rtoy-extern-alien-name updated. 20f-37-g1addd33
Raymond Toy
rtoy at common-lisp.net
Sat Oct 11 03:18:39 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, rtoy-extern-alien-name has been updated
via 1addd336c589019861798242732ab6d2c99ffe05 (commit)
from bd66559a30189bee02e7357d365f7317670ae0c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1addd336c589019861798242732ab6d2c99ffe05
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Fri Oct 10 20:18:25 2014 -0700
Add boot file for the darwin/x86 cross-compile that is used to fix the
extern-alien-name issue so darwin/x86 matches darwin/ppc.
diff --git a/src/bootfiles/20f/boot-20f-cross-x86.lisp b/src/bootfiles/20f/boot-20f-cross-x86.lisp
new file mode 100644
index 0000000..d1f3367
--- /dev/null
+++ b/src/bootfiles/20f/boot-20f-cross-x86.lisp
@@ -0,0 +1,9 @@
+;;; Cross-compile script to update extern-alien-name for
+;;; darwin/x86. This makes extern-alien-name on darwin/x86 match
+;;; darwin/ppc, where an underscore is prepended.
+;;;
+;;; A cross-compile might not truly be necessary, but this is known to
+;;; work.
+
+#+(and darwin x86)
+(load "target:tools/cross-scripts/cross-x86-x86.lisp")
-----------------------------------------------------------------------
Summary of changes:
src/bootfiles/20f/boot-20f-cross-x86.lisp | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 src/bootfiles/20f/boot-20f-cross-x86.lisp
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list