summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 8d924f8824..f2b92e3e4b 100755
--- a/config
+++ b/config
@@ -407,7 +407,7 @@ case "$GUESSOS" in
options="$options -mips4"
OUT="irix-mips3-$CC"
;;
- alpha-*-linux2
+ alpha-*-linux2)
ISA=`awk '/cpu model/{print$4}' /proc/cpuinfo`
case ${ISA:-generic} in
*[67]) OUT="linux-alpha+bwx-$CC" ;;