mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* configure.in, configure: Add `-ldl -lw' for Solaris linking.
This commit is contained in:
parent
6b4fe21d5e
commit
127841e484
@ -1,3 +1,7 @@
|
||||
Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||
|
||||
* configure.in, configure: Add `-ldl -lw' for Solaris linking.
|
||||
|
||||
Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
|
||||
|
||||
* config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -2109,7 +2109,7 @@ fi
|
||||
sparc-sun-solaris2*)
|
||||
if test "x$GCC" = "xyes";
|
||||
then
|
||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic"
|
||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
||||
else
|
||||
if test "x$x_libraries" != "x" ;
|
||||
then
|
||||
|
@ -142,7 +142,7 @@ if test "${enable_gdbtk}" = "yes"; then
|
||||
sparc-sun-solaris2*)
|
||||
if test "x$GCC" = "xyes";
|
||||
then
|
||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic"
|
||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
||||
else
|
||||
if test "x$x_libraries" != "x" ;
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user