jni.exp (gcj_jni_get_cxxflags_invocation): Add $libiconv to cxxflags for alpha*-dec-osf*.
* testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Add $libiconv to cxxflags for alpha*-dec-osf*. From-SVN: r172507
This commit is contained in:
@@ -280,6 +280,11 @@ proc gcj_jni_get_cxxflags_invocation {} {
|
||||
lappend cxxflags "-shared-libgcc"
|
||||
}
|
||||
|
||||
# Tru64 UNIX needs -liconv linked explicitly since gcc does the linking.
|
||||
if { [istarget "alpha*-dec-osf*"] } {
|
||||
lappend cxxflags $libiconv
|
||||
}
|
||||
|
||||
return $cxxflags
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user