summaryrefslogtreecommitdiff
path: root/tools/g++5ABIcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/g++5ABIcheck/Makefile')
-rw-r--r--tools/g++5ABIcheck/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/g++5ABIcheck/Makefile b/tools/g++5ABIcheck/Makefile
deleted file mode 100644
index 3061785a87..0000000000
--- a/tools/g++5ABIcheck/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- g++ -o gcc5stc++test.`gcc -print-multiarch` test.cc -Wall -std=c++11 -O0
- nm gcc5stc++test.`gcc -print-multiarch` | c++filt | grep -q __cxx11
- strip gcc5stc++test.`gcc -print-multiarch`
-
-.PHONY: all