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
0f3e2f6a
Commit
0f3e2f6a
authored
Sep 11, 2013
by
Raymond Toy
Browse files
Support all sun4 archs, not just sun4u. (sun4v is T1).
parent
8be7988c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/build.sh
View file @
0f3e2f6a
...
@@ -191,7 +191,7 @@ if [ -z "$BASE" ]; then
...
@@ -191,7 +191,7 @@ if [ -z "$BASE" ]; then
esac
;;
esac
;;
SunOS
)
SunOS
)
case
`
uname
-m
`
in
case
`
uname
-m
`
in
sun4
u
)
BASE
=
sparc
;;
sun4
*
)
BASE
=
sparc
;;
i86pc
)
BASE
=
sol-x86
;;
i86pc
)
BASE
=
sol-x86
;;
esac
;;
esac
;;
Linux
)
BASE
=
linux
;;
Linux
)
BASE
=
linux
;;
...
...
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