summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-02-08 12:56:00 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-08 12:58:38 +0100
commit12b865c02877b1b1f33b0866602d3e556c899974 (patch)
tree60dac8beeea0f5ca1c53f42fe77a65aaefa87649 /solenv
parent2e0e05aa3c1ba35608bc4f0f8a6718cca3e414b9 (diff)
gbuild, python3: stop defining SOLARIS, and remove SOLARIS patch
It's faster to change our code not to rely on -DSOLARIS than to wait for python developers to remove such nonsense from their public headers. Change-Id: I3ab05d41bbb51b91a2add599339ce334b5099330
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/solaris.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk
index de98363a92ff..f20ebb9a3db7 100644
--- a/solenv/gbuild/platform/solaris.mk
+++ b/solenv/gbuild/platform/solaris.mk
@@ -25,8 +25,10 @@ ifneq ($(origin AR),default)
gb_AR := $(AR)
endif
+# do not define SOLARIS - use #ifdef __sun instead
+# -D$(OS) \
+
gb_OSDEFS := \
- -D$(OS) \
-DSYSV \
-DSUN \
-DSUN4 \