<alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before

"case "${canonical}" in".
This commit is contained in:
Kenichi Handa 2000-08-26 00:36:57 +00:00
parent f8340326f3
commit 71c72a72ac

View file

@ -258,12 +258,12 @@ case "${canonical}" in
# This is needed to find X11R6.1 libraries for certain tests.
NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
case "${canonical}" in
# This is necessary on 5.0 to avoid mangling src/Makefile due to
# non-traditional preprocessing with the current compiler defaults.
# OSF 4 can also have that compiler version, and there seems always
# to have been a usable /usr/bin/cpp.
NON_GNU_CPP='cpp'
case "${canonical}" in
alpha*-dec-osf[4-9]*)
opsys=osf5-0 ;;
esac