]> code.ossystems Code Review - openembedded-core.git/blob
870a6a28437edd057e663cd25729cba44490cb53
[openembedded-core.git] /
1 From 37bc32c009317c62516117bfb2c9b49772b159af Mon Sep 17 00:00:00 2001
2 From: ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
3 Date: Fri, 15 Apr 2011 17:17:18 +0000
4 Subject: [PATCH 127/200]        * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
5         Add $libiconv to cxxflags for alpha*-dec-osf*.
6
7 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172508 138bc75d-0d04-0410-961f-82ee72b054a4
8
9 index ebdee1b..c84d86f 100644
10 --- a/libjava/testsuite/libjava.jni/jni.exp
11 +++ b/libjava/testsuite/libjava.jni/jni.exp
12 @@ -280,6 +280,11 @@ proc gcj_jni_get_cxxflags_invocation {} {
13      lappend cxxflags "-shared-libgcc"
14    }
15  
16 +  # Tru64 UNIX needs -liconv linked explicitly since gcc does the linking.
17 +  if { [istarget "alpha*-dec-osf*"] } {
18 +    lappend cxxflags $libiconv
19 +  }
20 +
21    return $cxxflags
22  }
23  
24 -- 
25 1.7.0.4
26