b730789521
* Convert gcc48 to simple meta-pkg * Potentially fix non-NetBSD packaging * Fix gcc48-libs/gcc48-cc++ build under OpenBSD/amd64 5.5 * Enable graphite option, from wip/gcc48snapshot via Xiyue Deng * Tweak nls option Changelog: GCC 4.8.3 This is the [35]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). Support for the new powerpc64le-linux platform has been added. It defaults to generating code that conforms to the ELFV2
12 lines
297 B
Text
12 lines
297 B
Text
$NetBSD: patch-gcc_config_openbsd.opt,v 1.1 2014/05/31 13:06:25 ryoon Exp $
|
|
|
|
--- gcc/config/openbsd.opt.orig 2013-01-10 20:38:27.000000000 +0000
|
|
+++ gcc/config/openbsd.opt
|
|
@@ -32,4 +32,7 @@ Driver
|
|
pthread
|
|
Driver
|
|
|
|
+rdynamic
|
|
+Driver
|
|
+
|
|
; This comment is to ensure we retain the blank line above.
|