0.7.1.49:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 21 Mar 2002 09:14:36 +0000 (09:14 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 21 Mar 2002 09:14:36 +0000 (09:14 +0000)
Compile the runtime on SPARC/Linux with -O3.

src/runtime/Config.sparc-linux
version.lisp-expr

index 284d40a..ebcb8d6 100644 (file)
@@ -7,9 +7,7 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-# -mcpu=pca56 makes _my_ alpha go fast, I'm told.  Yours may do something 
-# else.
-CFLAGS = -g -Wall -Dsparc
+CFLAGS = -g -O3 -Wall -Dsparc
 ASFLAGS = -g -Wall -Dsparc
 LD = ld 
 LINKFLAGS = -v -g 
index e9dda28..34157c0 100644 (file)
@@ -18,4 +18,4 @@
 ;;; for internal versions, especially for internal versions off the
 ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.1.48"
+"0.7.1.49"