summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-04 17:52:29 +0200
committerRobin Gareus <robin@gareus.org>2015-10-04 17:53:02 +0200
commit00c9d1bf346b8a0a7cf5127090e52179e79d5489 (patch)
tree0318fe0f014e6cec31fe2e9877df8743c71d5c14 /tools/linux_packaging/build
parentac814da4be0d63eea09e18e45de4a53499abf175 (diff)
gcc ABI check happens before unpacking
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 80025d1f10..77541b366c 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -661,14 +661,6 @@ sed -e "s/%REPLACE_MAJOR_VERSION%/${major_version}/;s/%REPLACE_PGM%/${APPNAME}/;
chmod a+x stage2.run
-# gcc4/5 ABI test tool
-if [ -e $BUILD_ROOT/tools/gccabicheck/gcc-glibmm-abi-check ]; then
- cp $BUILD_ROOT/tools/gccabicheck/gcc-glibmm-abi-check $APPBIN
-else
- echo "!!!ERROR !!! gcc-glibmm-abi-check program is missing. packager will exit without being complete"
- exit 1
-fi
-
#Sanity Check file
if [ -e $BUILD_ROOT/tools/sanity_check/sanityCheck ]; then
cp $BUILD_ROOT/tools/sanity_check/sanityCheck $APPBIN