mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
90ed2364f4
Java in GCC 4.x is so much better, and this reduces build time and download bandwidth required for this "legacy" port whose main purpose is to support package building on FreeBSD 4.x quite a bit. Submitted by: obrien
26 lines
839 B
Plaintext
26 lines
839 B
Plaintext
@comment $FreeBSD$
|
|
bin/c++34
|
|
bin/cpp34
|
|
bin/g++34
|
|
bin/g77-34
|
|
bin/gcc34
|
|
bin/gcov34
|
|
bin/%%GNU_HOST%%-c++34
|
|
bin/%%GNU_HOST%%-gcc-%%GCC_VER%%
|
|
bin/%%GNU_HOST%%-gcc34
|
|
bin/%%GNU_HOST%%-g++34
|
|
bin/gccbug34
|
|
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%%
|
|
@unexec rmdir %D/libexec/gcc/%%GNU_HOST%% 2>/dev/null || true
|
|
@unexec rmdir %D/libexec/gcc 2>/dev/null || true
|
|
@comment Insert PLIST.lib here
|