1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

Define NON_GNU_CPP on alpha-dec-osf5+.

This commit is contained in:
Dave Love 2000-02-18 19:52:52 +00:00
parent f0b645bfc7
commit e57196a0a1

View File

@ -252,6 +252,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.
# Separated out in case it causes problems on earlier versions.
alpha*-dec-osf[5-9])
NON_GNU_CPP='cc -E -std0' ;;
esac
;;
alpha*-*-linux-gnu* )