comparison configure.in @ 31173:9afdf5b51742

<osf>: Use NON_GNU_CPP='cpp' always.
author Dave Love <fx@gnu.org>
date Fri, 25 Aug 2000 15:20:51 +0000
parents c4890f38091b
children 109bb1f91963
comparison
equal deleted inserted replaced
31172:0ee53ec2081a 31173:9afdf5b51742
257 machine=alpha opsys=osf1 257 machine=alpha opsys=osf1
258 # This is needed to find X11R6.1 libraries for certain tests. 258 # This is needed to find X11R6.1 libraries for certain tests.
259 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 259 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
260 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 260 GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
261 case "${canonical}" in 261 case "${canonical}" in
262 # This is necessary on 5.0 to avoid mangling src/Makefile. 262 # This is necessary on 5.0 to avoid mangling src/Makefile due to
263 # Separated out in case it causes problems on earlier versions. 263 # non-traditional preprocessing with the current compiler defaults.
264 alpha*-dec-osf[5-9]*) 264 # OSF 4 can also have that compiler version, and there seems always
265 opsys=osf5-0 265 # to have been a usable /usr/bin/cpp.
266 NON_GNU_CPP='cpp' ;; 266 NON_GNU_CPP='cpp'
267 alpha*-dec-osf[4-9]*)
268 opsys=osf5-0 ;;
267 esac 269 esac
268 ;; 270 ;;
269 271
270 alpha*-*-linux-gnu* ) 272 alpha*-*-linux-gnu* )
271 machine=alpha opsys=gnu-linux 273 machine=alpha opsys=gnu-linux