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
266512a4
Commit
266512a4
authored
Jun 15, 2009
by
rtoy
Browse files
For Linux, default to gencgc.
parent
3934a9cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/create-target.sh
View file @
266512a4
...
...
@@ -111,10 +111,7 @@ cat $SETENV/base-features.lisp > $TARGET/setenv.lisp
# Put in some platform specific items
case
$LISP_VARIANT
in
*
linux
*
)
case
$$
LISP_VARIANT
in
*
_gencgc
*
)
gcname
=
":gencgc"
;;
*
)
gcname
=
":cgc"
;;
esac
gcname
=
":gencgc"
sed
"s;@@gcname@@;
$gcname
;"
$SETENV
/linux-features.lisp
>>
$TARGET
/setenv.lisp
;;
*
OpenBSD
*
)
...
...
@@ -125,8 +122,8 @@ case $LISP_VARIANT in
sed
"s;@@gcname@@;
$gcname
;"
$SETENV
/openbsd-features.lisp
>>
$TARGET
/setenv.lisp
;;
*
FreeBSD
*
|
*
freebsd
*
)
gcname
=
":gencgc"
sed
"s;@@gcname@@;
$gcname
;"
$SETENV
/freebsd-features.lisp
>>
$TARGET
/setenv.lisp
gcname
=
":gencgc"
sed
"s;@@gcname@@;
$gcname
;"
$SETENV
/freebsd-features.lisp
>>
$TARGET
/setenv.lisp
;;
*
solaris
*
)
cat
$SETENV
/solaris-features.lisp
>>
$TARGET
/setenv.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