Skip to content
Snippets Groups Projects
Commit 1addd336 authored by Raymond Toy's avatar Raymond Toy
Browse files

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.
parent bd66559a
No related branches found
No related tags found
No related merge requests found
;;; 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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment