ports/base/gcc
John Baldwin 86c96ca1f2 Override the library search directories for external GCC toolchains.
The default library search directories when building a native GCC end
up falling back to /usr/local/lib (for devel/*-gcc) and /usr/lib (for
base/gcc) even when --sysroot is used.  For devel/*-gcc, I previously
forced CROSS_DIRECTORY_STRUCTURE on in r466699 to workaround this.
However, this solution could not be used for base/gcc.  Instead, patch
the sources to remove several of the library search directories and
override STARTFILE_PREFIX_SPEC to only look in /usr/lib.  GCC still
adds tuple-specific subdirs to /usr/lib, but this is ok.

Bump PORTREVISION for both the external GCC toolchains and base/gcc.

Reviewed by:	kan
Differential Revision:	https://reviews.freebsd.org/D18677
2019-01-25 19:04:49 +00:00
..
files Add 32-bit mips support to base/binutils and base/gcc. 2018-05-09 15:18:27 +00:00
distinfo Upgrade base/gcc port to 6.4.0 to match xtoolchain 2018-05-15 14:07:26 +00:00
Makefile Override the library search directories for external GCC toolchains. 2019-01-25 19:04:49 +00:00
pkg-descr
pkg-plist Add support for amd64 and i386 to base/binutils and base/gcc. 2018-07-26 22:25:19 +00:00