mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
1.0.46.29: fix run-compiler.sh for darwin/x86
* default arch is now x86_64, so check for x86 and use arch i386 if appropriate
This commit is contained in:
parent
cbc0ad89d5
commit
2f7e7231ad
|
|
@ -12,6 +12,10 @@ case "$platform" in
|
|||
Darwin-X86-64) args="-arch x86_64" ;;
|
||||
esac
|
||||
|
||||
case "$platform" in
|
||||
Darwin-X86) args="-arch i386" ;;
|
||||
esac
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
arg="$1"
|
||||
new=
|
||||
|
|
|
|||
|
|
@ -20,4 +20,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".)
|
||||
"1.0.46.28"
|
||||
"1.0.46.29"
|
||||
|
|
|
|||
Loading…
Reference in a new issue