* configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.

From-SVN: r31660
This commit is contained in:
Andrew Hobson 2000-01-28 03:00:01 +00:00 committed by Richard Henderson
parent d14cfa2af8
commit cd038ac239
3 changed files with 235 additions and 220 deletions

View File

@ -1,3 +1,7 @@
2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
* configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
* cppinit.c (cpp_handle_option): Recognize C++ comments under

449
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -694,7 +694,7 @@ changequote([,])dnl
esac
case $machine in
changequote(,)dnl
*-*-osf4.0[b-z] | *-*-osf4.[1-9]*)
*-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
changequote([,])dnl
target_cpu_default=MASK_SUPPORT_ARCH
;;