From: Daniel Barlow Date: Fri, 21 Feb 2003 16:24:29 +0000 (+0000) Subject: 0.7.12.51 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6fa4fe704a64808b55867d779a6ed72c29b7ef45;p=sbcl.git 0.7.12.51 Remove -mcpu option from Alpha configuration, so we generate a binary that older (pre-ev5) machines can also run --- diff --git a/src/runtime/Config.alpha-linux b/src/runtime/Config.alpha-linux index 7f59edb..55a5022 100644 --- a/src/runtime/Config.alpha-linux +++ b/src/runtime/Config.alpha-linux @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 514f76e..3f93dcd 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"