summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_compv.mk
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-25 11:05:48 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-25 11:05:48 +0100
commit399ce461f7286bbda68cf5a34d8ada72062cbd17 (patch)
tree9c32629b26ece9017d40160e52bcd693af8be7fd /solenv/inc/tg_compv.mk
parentac739dbe9939e6ab40548546563faba14e276f02 (diff)
cmcfixes75: #i111770# fix the so.2 -> so.4 for hppa
Diffstat (limited to 'solenv/inc/tg_compv.mk')
-rw-r--r--solenv/inc/tg_compv.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/solenv/inc/tg_compv.mk b/solenv/inc/tg_compv.mk
index 619d392b2650..68dc60b5c6e5 100644
--- a/solenv/inc/tg_compv.mk
+++ b/solenv/inc/tg_compv.mk
@@ -102,10 +102,12 @@ SHORTSTDCPP3="5"
.ENDIF
.IF "$(CCNUMVER)">="000300040000"
-.IF "$(OS)$(CPU)" == "LINUXH" || "$(OS)$(CPU)" == "LINUX6"
-#gcc >= 3.4.0: on m68k-linux and hppa-linux this is libgcc_s.so.2. For all
-#others, this is libgcc_s.so.1.
+.IF "$(OS)$(CPU)" == "LINUX6"
+#for gcc >= 3.4.0 on m68k-linux this is libgcc_s.so.2.
SHORTSTDC3:="2"
+.ELIF "$(OS)$(CPU)" == "LINUXH"
+#for gcc >= 3.4.0 on hppa-linux this is libgcc_s.so.4.
+SHORTSTDC3:="4"
.ENDIF
SHORTSTDCPP3="6"
.ENDIF