2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message: Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these. |
2012-05-06 00:15:06 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Fix PLIST on !Linux |
2012-05-03 14:20:19 by Hans Rosenfeld | Files touched by this commit (8) |
Log message: Make gcc-inplace-math work with new mpfr. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51935 |
2012-04-30 11:12:28 by Steven Drake | Files touched by this commit (2) |
Log message: Disable GC_register_my_thread and GC_unregister_my_thread on NetBSD as the version of boehm-gc bundled with gcc does not support NetBSD threads. |
2012-04-30 06:17:39 by Steven Drake | Files touched by this commit (1) |
Log message: Remove gcc-go from PKG_SUGGESTED_OPTIONS as it seems to have some build problems. |
2012-04-27 06:53:03 by Steven Drake | Files touched by this commit (2) |
Log message: Improve the patch that adds the %M spec string to handle multilib_os_dir being NULL. When building a single ABI capable gcc (e.g. 32bit systems), multilib_os_dir may be NULL and this would cause gcc to segfault when trying to link libgcc. Thanks to Filip Hajny for isolating the problem to the %M patch. |
2012-04-22 10:52:18 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix typo. |
2012-04-22 10:19:59 by Steven Drake | Files touched by this commit (1) |
Log message: The 'gcc-objc++' should enable both the 'gcc-c++' and 'gcc-objc' options. |
2012-04-22 10:14:22 by Steven Drake | Files touched by this commit (1) |
Log message: Change the way that ${MULTILIB_SUPPORTED} is used. Three situations need it be handled: 1) Multilib support is unknowen, i.e. there is nothing in the options.mk file to appropriately set ${MULTILIB_SUPPORTED} (currently all platforms except Linux/x86_64). In this situation nothing should be done. 2) Multilib _is_ supported, in this situation the 'gcc-multilib' option should be made available and the CONFIGURE_ARGS modified accordingly. 3) Multilib _is not_ supported, in this situation CONFIGURE_ARGS need to be modified. |
2012-04-18 09:10:40 by OBATA Akio | Files touched by this commit (1) |
Log message: fixes malformed conditional with MULTILIB_SUPPORTED. |