aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc40/files/gcc.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc40/files/gcc.sh.in')
-rw-r--r--lang/gcc40/files/gcc.sh.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gcc40/files/gcc.sh.in b/lang/gcc40/files/gcc.sh.in
deleted file mode 100644
index 987e9531e37..00000000000
--- a/lang/gcc40/files/gcc.sh.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-case "$1" in
-start)
- ldconfig -m %%TARGLIB%%
- ;;
-stop)
- ;;
-*)
- echo "Usage: ${0##*/} { start | stop }" >&2
- exit 64
- ;;
-esac
-exit 0