Browse code

Revert "Enable -D_SVR4_2 for compilation on Solaris"

This reverts commit 6eaa70e80aea7dfd1b3114fcb369a8f72c19ceee.
(the description was incorrect and the patch was already pushed out)

Gert Doering authored on 2016/10/11 02:36:20
Showing 1 changed files
... ...
@@ -318,7 +318,6 @@ case "$host" in
318 318
 	*-*-solaris*)
319 319
 		AC_DEFINE([TARGET_SOLARIS], [1], [Are we running on Solaris?])
320 320
 		AC_DEFINE_UNQUOTED([TARGET_PREFIX], ["S"], [Target prefix])
321
-		CPPFLAGS="$CPPFLAGS -D_XPG4_2"
322 321
 		;;
323 322
 	*-*-openbsd*)
324 323
 		AC_DEFINE([TARGET_OPENBSD], [1], [Are we running on OpenBSD?])