(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.

This commit is contained in:
Richard M. Stallman 1996-08-08 20:24:36 +00:00
parent ceab7ba4f2
commit f528522b5c

View file

@ -189,6 +189,9 @@ case "${canonical}" in
## Alpha (DEC) machines.
alpha-dec-osf* )
machine=alpha opsys=osf1
# This is needed to find X11R6.1 libraries for certain tests.
NON_GCC_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
GCC_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
;;
alpha-*-linux-gnu* )