1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

<osf>: Use NON_GNU_CPP='cpp' always.

This commit is contained in:
Dave Love 2000-08-25 15:20:51 +00:00
parent dc1e502dd9
commit f8340326f3

View File

@ -259,11 +259,13 @@ case "${canonical}" in
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.
# Separated out in case it causes problems on earlier versions.
alpha*-dec-osf[5-9]*)
opsys=osf5-0
NON_GNU_CPP='cpp' ;;
# 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'
alpha*-dec-osf[4-9]*)
opsys=osf5-0 ;;
esac
;;