aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48/files
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-06-18 06:39:28 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-06-18 06:39:28 +0000
commit313c6c2e9c5b81b5af03b2d874f97ee77656e176 (patch)
tree22b714d33090cdf150b293f63b5510cf1d939c06 /lang/gcc48/files
parent72e48206fb0f3b024b4bb9d25824133b3102eb06 (diff)
Update to the 20060617 snapshot of GCC 4.2.0.
Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40)
Notes
Notes: svn path=/head/; revision=165677
Diffstat (limited to 'lang/gcc48/files')
-rw-r--r--lang/gcc48/files/gcc.sh.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gcc48/files/gcc.sh.in b/lang/gcc48/files/gcc.sh.in
deleted file mode 100644
index 987e9531e371..000000000000
--- a/lang/gcc48/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