1
0
forked from ports/contrib

gcc34-ccache-bindings: dropped

This commit is contained in:
Danny Rawlins 2015-02-15 21:35:46 +11:00
parent 057268e5b6
commit 5ffd8c3432
3 changed files with 0 additions and 26 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/ccache/
lrwxrwxrwx root/root usr/lib/ccache/c++-3.4 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/cc-3.4 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/g++-3.4 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/gcc-3.4 -> ../../bin/ccache

View File

@ -1,19 +0,0 @@
# Description: Masquerade directory to use ccache with gcc34.
# URL: http://gcc.gnu.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: gcc34 ccache
name=gcc34-ccache-bindings
version=1
release=1
source=()
build() {
install -d $PKG/usr/lib/ccache
ln -s ../../bin/ccache $PKG/usr/lib/ccache/cc-3.4
ln -s ../../bin/ccache $PKG/usr/lib/ccache/c++-3.4
ln -s ../../bin/ccache $PKG/usr/lib/ccache/gcc-3.4
ln -s ../../bin/ccache $PKG/usr/lib/ccache/g++-3.4
}