This is in preparation for adding a base/gcc9 port. While here, update to GCC 6.5.0. Share packing lists with the freebsd-gcc6 port as much as posible. Split most of the freebsd-gcc6 pkg-plist into a pkg-plist.common that lists arch-independent files under lib/. Change base/gcc6 to use the arch-specific packing lists and pkg-list.common from freebsd-gcc6. In addition, hook up packing lists for the remaining archs supported by freebsd-gcc6 but not base/gcc6: aarch64 and sparc64. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D22900
18 lines
715 B
Text
18 lines
715 B
Text
bin/%%GCC_TARGET%%-c++%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-cpp%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-g++%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcc%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcc-%%GCC_VERSION%%
|
|
bin/%%GCC_TARGET%%-gcc-ar%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcc-nm%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcc-ranlib%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcov%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcov-dump%%SUFFIX%%
|
|
bin/%%GCC_TARGET%%-gcov-tool%%SUFFIX%%
|
|
man/man1/%%GCC_TARGET%%-cpp%%SUFFIX%%.1.gz
|
|
man/man1/%%GCC_TARGET%%-g++%%SUFFIX%%.1.gz
|
|
man/man1/%%GCC_TARGET%%-gcc%%SUFFIX%%.1.gz
|
|
man/man1/%%GCC_TARGET%%-gcov%%SUFFIX%%.1.gz
|
|
man/man1/%%GCC_TARGET%%-gcov-dump%%SUFFIX%%.1.gz
|
|
man/man1/%%GCC_TARGET%%-gcov-tool%%SUFFIX%%.1.gz
|
|
share/toolchains/%%TARGETARCH%%-gcc%%SUFFIX%%.mk
|