Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libjava / testsuite / libjava.jni / jni.exp
index c84d86f..ebdee1b 100644 (file)
@@ -280,11 +280,6 @@ 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
 }