summaryrefslogtreecommitdiffstats
path: root/make/scripts/check-glibc-version.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-24 04:58:10 +0200
committerSven Gothel <[email protected]>2013-04-24 04:58:10 +0200
commitef274002b64850b275fe9867026a89987b3169e0 (patch)
tree5573439c9c915d57fbc93ef9f463ddc478c4e188 /make/scripts/check-glibc-version.sh
parent49e4b614e97a97bf7b501cf402a3e9871b997222 (diff)
Adding scripts to check all JogAmp native ARM libraries ; check-glibc.sh checks all glibc version ..
Diffstat (limited to 'make/scripts/check-glibc-version.sh')
-rw-r--r--make/scripts/check-glibc-version.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/make/scripts/check-glibc-version.sh b/make/scripts/check-glibc-version.sh
deleted file mode 100644
index aa5f5cc..0000000
--- a/make/scripts/check-glibc-version.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-if [ -z "$1" ] ; then
- echo Usage $0 library-file
- exit 1
-fi
-
-objdump -T $1 | grep GLIBC | awk ' { print $5 " " $6 } ' | sort