2013-04-24 16:31:51 by Adam Ciarcinski | Files touched by this commit (5) |
Log message: Changes 4.7.3: http://gcc.gnu.org/gcc-4.7/changes.html |
2013-04-21 10:56:34 by Steven Drake | Files touched by this commit (1) |
Log message: In some cases LINKER_RPATH_FLAG needs a trailing space so that there will be a space between the flag and its argument. |
2013-04-21 10:55:19 by Steven Drake | Files touched by this commit (2) |
Log message: In LINK_LIBGCC_SPEC remove the space between LINKER_RPATH_FLAG and its argument. |
2013-04-18 09:58:34 by Steven Drake | Files touched by this commit (3) |
Log message: Rename GCC_DIST_VERSION to GCC47_DIST_VERSION in lang/gcc47 and lang/gcc47-libs. |
2013-04-02 11:57:52 by Jonathan Perkin | Files touched by this commit (5) |
Log message: Enable Go support on SunOS. Bump PKGREVISIONs. |
2013-03-23 20:10:45 by Thomas Klausner | Files touched by this commit (1) |
Log message: Readd i386 fix, but for Linux and NetBSD only. Ok jperkin. |
2013-03-21 23:47:25 by Thomas Klausner | Files touched by this commit (1) |
Log message: Revert previous. While it may fix NetBSD, it breaks SmartOS. |
2013-03-21 12:17:12 by Thomas Klausner | Files touched by this commit (1) |
Log message: On i386, set arch and tuning. Should address PR 47460. Patch from Kai-Uwe Eckhardt <kai-uwe.eckhardt@uni-rostock.de>. |
2013-03-01 16:24:42 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Bump PKGREVISION of gcc47 packages for recent changes. |
2013-03-01 16:22:25 by Jonathan Perkin | Files touched by this commit (3) |
Log message: Add GCC_TARGET_MACHINE, defaulting to MACHINE_GNU_ARCH, and use it in preference to target_noncanonical so that the user can override if required, e.g. in a multilib environment where target_noncanonical will change based on current ABI. Additionally, ensure that it comes first in the RPATH so that when using USE_PKGSRC_GCC_RUNTIME with in-pkgsrc gcc we pick up the correct libraries. |