mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c83a62fe14
bring my lang/gcc* ports more in sync. 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)
27 lines
888 B
Plaintext
27 lines
888 B
Plaintext
@comment $FreeBSD$
|
|
bin/c++%%SUFFIX%%
|
|
bin/cpp%%SUFFIX%%
|
|
bin/g++%%SUFFIX%%
|
|
bin/g77-%%SUFFIX%%
|
|
bin/gcc%%SUFFIX%%
|
|
bin/gccbug%%SUFFIX%%
|
|
bin/gcov%%SUFFIX%%
|
|
bin/%%GNU_HOST%%-c++%%SUFFIX%%
|
|
bin/%%GNU_HOST%%-g++%%SUFFIX%%
|
|
bin/%%GNU_HOST%%-gcc-%%GCC_VER%%
|
|
bin/%%GNU_HOST%%-gcc%%SUFFIX%%
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1plus
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/f771
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/cc1obj
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/collect2
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools/fixinc.sh
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools/fixincl
|
|
libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools/mkheaders
|
|
@dirrm libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%/install-tools
|
|
@dirrm libexec/gcc/%%GNU_HOST%%/%%GCC_VER%%
|
|
@dirrmtry libexec/gcc/%%GNU_HOST%%
|
|
@dirrmtry libexec/gcc
|
|
info/gcc%%SUFFIX%%/dir
|
|
@comment Insert PLIST.lib here
|