diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-05-22 15:59:46 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-05-22 15:59:46 +0100 |
commit | 458067db24e3cfc0ffa37419d8ed659e0fb53c47 (patch) | |
tree | 99e06b739a33d1019a8aaa921366112a65a50cb9 /external | |
parent | b00e9654cb756f10365d529195fec9d2be3f8ffd (diff) |
cmcfixes75: #i111770# remove configure.in hacks and handle prelinked system-stdlibs properly and fix the so.1 -> so.2 for hppa and m68k
Diffstat (limited to 'external')
-rw-r--r-- | external/gcc3_specific/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/external/gcc3_specific/makefile.mk b/external/gcc3_specific/makefile.mk index 4ad02335c8ea..23940c30f8d1 100644 --- a/external/gcc3_specific/makefile.mk +++ b/external/gcc3_specific/makefile.mk @@ -47,14 +47,14 @@ $(MINGWGXXDLL) : .EXPORT : CC -all .SEQUENTIAL : $(LB)$/libstdc++.so.$(SHORTSTDCPP3) $(LB)$/libgcc_s.so.1 +all .SEQUENTIAL : $(LB)$/libstdc++.so.$(SHORTSTDCPP3) $(LB)$/libgcc_s.so.$(SHORTSTDC3) $(LB)$/libstdc++.so.$(SHORTSTDCPP3) : - $(GCCINSTLIB) libstdc++.so.$(SHORTSTDCPP3) $(LB) + $(GCCINSTLIB) libstdc++.so.$(SHORTSTDCPP3) $(LB) -$(LB)$/libgcc_s.so.1 : - $(GCCINSTLIB) libgcc_s.so.1 $(LB) +$(LB)$/libgcc_s.so.$(SHORTSTDC3) : + $(GCCINSTLIB) libgcc_s.so.$(SHORTSTDC3) $(LB) .ENDIF .ENDIF |