0.7.12.51
authorDaniel Barlow <dan@telent.net>
Fri, 21 Feb 2003 16:24:29 +0000 (16:24 +0000)
committerDaniel Barlow <dan@telent.net>
Fri, 21 Feb 2003 16:24:29 +0000 (16:24 +0000)
Remove -mcpu option from Alpha configuration, so we generate
a binary that older (pre-ev5) machines can also run

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

index 7f59edb..55a5022 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 += -mcpu=pca56 -Dalpha 
+CFLAGS += -Dalpha 
 LD = ld -taso
 LINKFLAGS = -dynamic -v -g  -Wl,-T  -Wl,ld-script.alpha-linux
 NM = nm -p
index 514f76e..3f93dcd 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.12.50"
+"0.7.12.51"