diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-06-18 06:39:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-06-18 06:39:28 +0000 |
commit | 313c6c2e9c5b81b5af03b2d874f97ee77656e176 (patch) | |
tree | 22b714d33090cdf150b293f63b5510cf1d939c06 /lang/gcc48/files | |
parent | 72e48206fb0f3b024b4bb9d25824133b3102eb06 (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.in | 14 |
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 |