(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
This commit is contained in:
parent
ceab7ba4f2
commit
f528522b5c
1 changed files with 3 additions and 0 deletions
|
@ -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* )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue