From 6fa4fe704a64808b55867d779a6ed72c29b7ef45 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 21 Feb 2003 16:24:29 +0000 Subject: [PATCH] 0.7.12.51 Remove -mcpu option from Alpha configuration, so we generate a binary that older (pre-ev5) machines can also run --- src/runtime/Config.alpha-linux | 4 +--- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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" -- 1.7.10.4