* gdb.base/unload.exp: Link with -dl on *-*-solaris*.

This commit is contained in:
Mark Kettenis 2004-09-06 11:09:46 +00:00
parent 3023b78228
commit 9cbe82da8b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-09-06 Mark Kettenis <kettenis@jive.nl>
* gdb.base/unload.exp: Link with -dl on *-*-solaris*.
2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
* config/hppro.exp: Removed.

View File

@ -49,6 +49,7 @@ set dl_lib_flag ""
switch -glob [istarget] {
"hppa*-hp-hpux*" { }
"*-*-linux*" { set dl_lib_flag "libs=-ldl" }
"*-*-solaris*" { set dl_lib_flag "libs=-ldl" }
default { }
}