mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* configure.in, configure: Add `-ldl -lw' for Solaris linking.
This commit is contained in:
@ -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>
|
Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
* config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
|
* 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*)
|
sparc-sun-solaris2*)
|
||||||
if test "x$GCC" = "xyes";
|
if test "x$GCC" = "xyes";
|
||||||
then
|
then
|
||||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic"
|
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
||||||
else
|
else
|
||||||
if test "x$x_libraries" != "x" ;
|
if test "x$x_libraries" != "x" ;
|
||||||
then
|
then
|
||||||
|
@ -142,7 +142,7 @@ if test "${enable_gdbtk}" = "yes"; then
|
|||||||
sparc-sun-solaris2*)
|
sparc-sun-solaris2*)
|
||||||
if test "x$GCC" = "xyes";
|
if test "x$GCC" = "xyes";
|
||||||
then
|
then
|
||||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic"
|
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
||||||
else
|
else
|
||||||
if test "x$x_libraries" != "x" ;
|
if test "x$x_libraries" != "x" ;
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user