summaryrefslogtreecommitdiff
path: root/community/madman/fake-g++.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/madman/fake-g++.sh')
-rw-r--r--community/madman/fake-g++.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/madman/fake-g++.sh b/community/madman/fake-g++.sh
deleted file mode 100644
index af424f5ca..000000000
--- a/community/madman/fake-g++.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -x
-
-Q=`echo "$*" | sed 's|- p t h r e a d|-pthread|'`
-echo "$Q" | grep 'lmp4ff' && Q="$Q /usr/lib/libmp4ff.a"
-exec /usr/bin/g++ $Q