From 1addd336c589019861798242732ab6d2c99ffe05 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Fri, 10 Oct 2014 20:18:25 -0700 Subject: [PATCH] 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. --- 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 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 000000000..d1f33670b --- /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") -- GitLab