* configure.in (alphaev6*): Fix typo in target_cpu_default2.

From-SVN: r25132
This commit is contained in:
Richard Henderson 1999-02-10 03:08:04 -08:00 committed by Richard Henderson
parent d25346e71f
commit 44e95b192c
3 changed files with 214 additions and 231 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 10 11:03:22 1999 Richard Henderson <rth@cygnus.com>
* configure.in (alphaev6*): Fix typo in target_cpu_default2.
Wed Feb 10 13:59:18 1999 Dave Brolley <brolley@cygnus.com>
* mbchar.c (local_mb_cur_max): Handle the case where MB_CUR_MAX is 0.

439
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -3265,7 +3265,7 @@ changequote([,])dnl
alpha*-*-*)
case $machine in
alphaev6*)
target_cpu_default2="MASK_CPU_EV6|MASK_BXW|MASK_CIX|MASK_MAX"
target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_CIX|MASK_MAX"
;;
alphapca56*)
target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"