* gdb.base/unload.exp: Link with -dl on *-*-solaris*.
This commit is contained in:
parent
3023b78228
commit
9cbe82da8b
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 { }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue