summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
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