gcc: remove cc alternative group, link /usr/bin/cc to /usr/bin/gcc

this reverts b9daff32a5
This commit is contained in:
Johannes 2019-10-30 21:23:37 +01:00 committed by Johannes
parent 91cfff02fe
commit ca12899c13

View file

@ -8,7 +8,7 @@ _isl_version=0.21
pkgname=gcc pkgname=gcc
version=${_minorver}.0 version=${_minorver}.0
revision=2 revision=3
short_desc="GNU Compiler Collection" short_desc="GNU Compiler Collection"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="http://gcc.gnu.org" homepage="http://gcc.gnu.org"
@ -30,7 +30,6 @@ nopie=yes
lib32disabled=yes lib32disabled=yes
bootstrap=yes bootstrap=yes
replaces="gcc-gcj<7.2.0 gcc-gcj-jdk-compat<7.2.0 libmpx>=0 libmpx-devel>=0" replaces="gcc-gcj<7.2.0 gcc-gcj-jdk-compat<7.2.0 libmpx>=0 libmpx-devel>=0"
alternatives="cc:cc:/usr/bin/gcc"
_have_gccgo=yes _have_gccgo=yes
@ -364,6 +363,8 @@ do_install() {
ln -sfr ${DESTDIR}/usr/include/c++/${_minorver} \ ln -sfr ${DESTDIR}/usr/include/c++/${_minorver} \
${DESTDIR}/usr/include/c++/${version} ${DESTDIR}/usr/include/c++/${version}
# cc symlink
ln -sfr ${DESTDIR}/usr/bin/gcc ${DESTDIR}/usr/bin/cc
# rpcgen wants /lib/cpp, make a symlink # rpcgen wants /lib/cpp, make a symlink
ln -sfr ${DESTDIR}/usr/bin/cpp ${DESTDIR}/usr/lib/cpp ln -sfr ${DESTDIR}/usr/bin/cpp ${DESTDIR}/usr/lib/cpp