summaryrefslogtreecommitdiffstats
path: root/mkspecs/solaris-g++-64
diff options
context:
space:
mode:
authorJulien Gueytat <contact@jgueytat.fr>2017-02-05 21:59:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-08 23:41:29 +0000
commit5f8fc8395f73f6a342ba9e41d97322241b280f62 (patch)
tree2344357d2336bfbdc93d133b6965a35d83397fda /mkspecs/solaris-g++-64
parent91f8a41404acd33c54021247eb550c6f796f1f61 (diff)
Remove _XOPEN_SOURCE=500 -D__EXTENSIONS__
The value _XOPEN_SOURCE=600 should be used for C99 as we compile at least with C++11. By doing so the compilation reaches another error in a third library. Simply removing the option makes the compilation working normally. Task-number: QTBUG-56293 Change-Id: Ie040325936591958d05cc0a2d43643fa5d0c43b5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs/solaris-g++-64')
-rw-r--r--mkspecs/solaris-g++-64/qmake.conf19
1 files changed, 1 insertions, 18 deletions
diff --git a/mkspecs/solaris-g++-64/qmake.conf b/mkspecs/solaris-g++-64/qmake.conf
index 6fc93d45b7..82cd77b888 100644
--- a/mkspecs/solaris-g++-64/qmake.conf
+++ b/mkspecs/solaris-g++-64/qmake.conf
@@ -7,23 +7,6 @@
# between GCC 2.95 or better and Solaris - but we still get warnings
# because we don't use -isystem.
#
-# From the standards(5) manual page:
-# The XNS4 specification is safe for use only in ILP32 (32-bit)
-# environments and should not be used for LP64 (64-bit)
-# application environments. Use XNS5, which has LP64-clean
-# interfaces that are portable across ILP32 and LP64 environments.
-# [...]
-# For platforms supporting the LP64 (64-bit) programming environment
-# where the SC5.0 Compilers have been installed, SUSv2-conforming LP64
-# applications using XNS5 library calls should be built with command
-# lines of the form:
-# c89 $(getconf XBS5_LP64_OFF64_CFLAGS) -D_XOPEN_SOURCE=500 \
-# $(getconf XBS5_LP64_OFF64_LDFLAGS) foo.c -o foo \
-# $(getconf XBS5_LP64_OFF64_LIBS) -lxnet
-# So it appears that _XOPEN_SOURCE=500 should be defined when building
-# 64-bit applications (on Solaris 7 and better). But then __EXTENSIONS__
-# should be defined as well to recover all the default system interface.
-#
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
@@ -31,7 +14,7 @@ QMAKE_INCREMENTAL_STYLE = sublib
include(../common/solaris.conf)
-QMAKE_CFLAGS = -m64 -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
+QMAKE_CFLAGS = -m64
QMAKE_LFLAGS = -m64
QMAKE_LIBDIR_X11 = /usr/X11/lib/64