summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-02 15:50:16 +0200
committerRobin Gareus <robin@gareus.org>2016-08-02 15:51:54 +0200
commit388a8fc9be9d7320b7fbb3fbbc9ba7f99cd9b295 (patch)
tree4a435d113f060d9ee3a9b49fb4789b03ffdde154 /tools/linux_packaging
parent34290320f6163ef24bb3672c6c79da8474dc63cb (diff)
if we can't determine the gcc4/5 prefer the new gcc5 ABI
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/stage2.run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in
index 4c660a21e7..eb8e3d5cbf 100755
--- a/tools/linux_packaging/stage2.run.in
+++ b/tools/linux_packaging/stage2.run.in
@@ -235,7 +235,7 @@ esac
###################
if test -n "$MULTABI_BUNDLE"; then
- if ! ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --gcc5 > /dev/null"; then
+ if ${NORM_USER} "${PKG_PATH}/.gcc-glibmm-abi-check --fail --gcc4 > /dev/null"; then
ABI=-gcc4
else
ABI=-gcc5