Added Irix to the list of operating systems that can use -Wl,-rpath.

DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-05-01 19:37:36 +00:00
rodzic f8395cabc5
commit 213c9773f5
1 zmienionych plików z 1 dodań i 1 usunięć

2
configure vendored
Wyświetl plik

@ -3577,7 +3577,7 @@ if eval "test \"`echo '$''{'LINKER_RPATH'+set}'`\" = set"; then
else
LINKER_RPATH=
case "$host_os" in
linux* | freebsd* | netbsd* | openbsd*)
linux* | freebsd* | netbsd* | openbsd* | irix*)
# I believe this only works with GNU ld [pere 2001-04-16]
LINKER_RPATH="-Wl,-rpath,"
;;