Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
1addd336
Commit
1addd336
authored
Oct 10, 2014
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bootfiles/20f/boot-20f-cross-x86.lisp
0 → 100644
View file @
1addd336
;;; 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"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment