b9c90aa46a
Do not install libiberty.a to aviod conflicts with devel/gnulibiberty [0] Do not install include/ansidecl.h, to avoid conflicts with gcc49 [1] Fix gold usage when linking c++ code, related to ctors [2] Thanks to dim for help with getting gold to build with libc++! PR: ports/176406 [0], ports/184327 [1] Submitted by: Craig Leres <leres@ee.lbl.gov> [0] Gerald Pfeifer <gerald@pfeifer.com> [1] Requested by: rdivacky [2]
15 lines
486 B
Text
15 lines
486 B
Text
--- gold/config.in.orig 2012-09-11 11:20:40.000000000 +0200
|
|
+++ gold/config.in 2013-06-22 20:44:46.000000000 +0200
|
|
@@ -190,6 +190,12 @@
|
|
/* Define to 1 if you have the <windows.h> header file. */
|
|
#undef HAVE_WINDOWS_H
|
|
|
|
+/* Define to 1 if you have the <unordered_map> header file. */
|
|
+#undef HAVE_UNORDERED_MAP
|
|
+
|
|
+/* Define to 1 if you have the <unordered_set> header file. */
|
|
+#undef HAVE_UNORDERED_SET
|
|
+
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
#undef HAVE_ZLIB_H
|
|
|