pkgsrc/lang/gcc46
jperkin ac56158090 Attempt to bring sanity to how ABI and MACHINE_ARCH are set.
Previously there were at least 5 different ways MACHINE_ARCH could be set,
some statically and some at run time, and in many cases these settings
differed, leading to issues at pkg_add time where there was conflict
between the setting encoded into the package and that used by pkg_install.

Instead, move to a single source of truth where the correct value based on
the host and the chosen (or default) ABI is determined in the bootstrap
script.  The value can still be overridden in mk.conf if necessary, e.g.
for cross-compiling.

ABI is now set by default and if unset a default is calculated based on
MACHINE_ARCH.  This fixes some OS, e.g. Linux, where the wrong default was
previously chosen.

As a result of the refactoring there is no need for LOWER_ARCH, with
references to it replaced by MACHINE_ARCH.  SPARC_TARGET_ARCH is also
removed.
2016-01-24 16:14:44 +00:00
..
files Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
patches Fix precompiled headers for NetBSD hosts (backported from the in-tree 2015-08-05 19:51:50 +00:00
buildlink3.mk Remove mk/find-prefix.mk usage from the lang category. 2015-11-25 12:51:16 +00:00
DESCR
distinfo Add SHA512 digests for distfiles for lang category 2015-11-03 22:50:31 +00:00
hacks.mk
Makefile Attempt to bring sanity to how ABI and MACHINE_ARCH are set. 2016-01-24 16:14:44 +00:00
options.mk Add untested code for checking multilib-support, based on the gcc47 2014-02-25 21:24:51 +00:00
TODO