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

Change Sparc default variant to sparc_sunc instead of sparc_gcc.

I almost always build with sparc_sunc so make it the default.
I only do sparc_gcc for testing that the build still works with gcc.
parent de69bade
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ uname_m=`uname -m 2>/dev/null`
SunOS)
case $uname_m in
i86pc) lisp_variant=x86_solaris_sunc ;;
sun*) lisp_variant=sparc_gcc ;;
sun*) lisp_variant=sparc_sunc ;;
esac
;;
Darwin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment