+2001-05-14 Mark Mitchell <mark@codesourcery.com>
+
+ * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
+
2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
* lib/g++.exp: Use testsuite_flags.
set ld_library_path "."
lappend options "libs=-lobjc"
- # On Solaris 2.8, we need to include libposix4 inorder to get
+ # On Solaris 2.8, we need to include libposix4 in order to get
# sched_get_priority_max and such.
- if [ishost "sparc-sun-solaris2.8"] {
+ if [istarget {sparc-sun-solaris2.[678]} ] {
lappend options "libs=-lposix4"
}