From 3eefa6ba3c46dbc65489cb05bb0de0c7b44e1ae3 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 17 Jun 2006 12:38:07 +0000 Subject: 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 --- lang/gcc40/files/gcc.sh.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lang/gcc40/files/gcc.sh.in (limited to 'lang/gcc40/files/gcc.sh.in') 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 -- cgit