freebsd-ports/base/gcc6/pkg-plist
John Baldwin d7993e8946 Various fixes to base/binutils and base/gcc6.
- Add --with-sysroot=/ to CONFIGURE_ARGS.  base/binutils needs this so
  that ld honors --sysroot in linker scripts.  base/gcc6 needs this so
  that the C++ include paths honor --sysroot.
- Remove a hack from GCC's configure to force C++98 mode when building
  GCC with GCC.  libc++ assumes C++11, so this hack was breaking the
  build of base/gcc6 natively when the system compiler was GCC.
- Add toolchain makefiles installed to /usr/share/toolchains.

  These are suitable to be used by CROSS_TOOLCHAIN when doing a native
  arch build.  These makefiles enable appropriate knobs so that the
  in-tree components that are replaced by each package are not built
  or installed.  The freebsd-gcc toolchain makefile includes the
  binutils toolchain makefile if it is present.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D22984
2020-01-02 19:20:06 +00:00

31 lines
630 B
Plaintext

bin/c++
bin/cc
bin/cpp
bin/g++
bin/gcc
bin/gcc-ar
bin/gcc-nm
bin/gcc-ranlib
bin/gcov
bin/gcov-dump
bin/gcov-tool
bin/%%GCC_TARGET%%-c++
bin/%%GCC_TARGET%%-g++
bin/%%GCC_TARGET%%-gcc
bin/%%GCC_TARGET%%-gcc-%%GCC_VERSION%%
bin/%%GCC_TARGET%%-gcc-ar
bin/%%GCC_TARGET%%-gcc-nm
bin/%%GCC_TARGET%%-gcc-ranlib
share/man/man1/c++.1.gz
share/man/man1/cc.1.gz
share/man/man1/cpp.1.gz
share/man/man1/g++.1.gz
share/man/man1/gcc.1.gz
share/man/man1/gcov.1.gz
share/man/man1/gcov-dump.1.gz
share/man/man1/gcov-tool.1.gz
share/man/man7/fsf-funding.7.gz
share/man/man7/gfdl.7.gz
share/man/man7/gpl.7.gz
share/toolchains/freebsd-gcc%%SUFFIX%%.mk