pkgsrc/lang/gcc46
pho 63a34fe83e PR pkg/48740 - Fix problems on Darwin
Makefile:
  See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to
  create a stub library, not just to remove symbols, so we must not
  let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the
  build fails for missing files.

patches/patch-ac:
  Remove the whitespace between $(LINKER_RPATH_FLAG) and the path.
  Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld)

patches/patch-libgcc_config_t-slibgcc-darwin:
  If we don't install libgcc_s.10.[45].dylib, our gcc links binaries
  with *both* /usr/lib/libgcc_s.1.dylib and
  ${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.
2014-05-15 12:04:41 +00:00
..
files Update to 4.6.4 2014-01-25 13:38:47 +00:00
patches PR pkg/48740 - Fix problems on Darwin 2014-05-15 12:04:41 +00:00
buildlink3.mk "For efficiency reasons, please include bsd.fast.prefs.mk instead of 2013-04-06 11:06:52 +00:00
DESCR
distinfo PR pkg/48740 - Fix problems on Darwin 2014-05-15 12:04:41 +00:00
hacks.mk dont use cxx to build, just disable bootstrap -- faster and actually works 2013-04-03 19:29:23 +00:00
Makefile PR pkg/48740 - Fix problems on Darwin 2014-05-15 12:04:41 +00:00
options.mk Add untested code for checking multilib-support, based on the gcc47 2014-02-25 21:24:51 +00:00
TODO