Commit 89c78fb2 by Alan Modra Committed by Alan Modra

PR91349, powerpc64*-*-freebsd* defines _GNU_SOURCE

rev 266496 (git ab6b1bb456) undefined some macros in rs6000/freebsd.h
but missed doing the same in rs6000/freebsd64.h.

	PR target/91349
	* config/rs6000/freebsd64.h (CPLUSPLUS_CPP_SPEC),
	(LINK_GCC_C_SEQUENCE_SPEC): Undef.

From-SVN: r274105
parent b4d2d2a8
2019-08-05 Alan Modra <amodra@gmail.com>
PR target/91349
* config/rs6000/freebsd64.h (CPLUSPLUS_CPP_SPEC),
(LINK_GCC_C_SEQUENCE_SPEC): Undef.
2019-08-04 Gerald Pfeifer <gerald@pfeifer.com> 2019-08-04 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Prerequisites): Remove reference to Tcl 8.6 * doc/install.texi (Prerequisites): Remove reference to Tcl 8.6
......
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
along with GCC; see the file COPYING3. If not see along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
/* Undef gnu-user.h macros we don't want. */
#undef CPLUSPLUS_CPP_SPEC
#undef LINK_GCC_C_SEQUENCE_SPEC
/* Override the defaults, which exist to force the proper definition. */ /* Override the defaults, which exist to force the proper definition. */
#ifdef IN_LIBGCC2 #ifdef IN_LIBGCC2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment