diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-02-08 12:56:00 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-02-08 12:58:38 +0100 |
commit | 12b865c02877b1b1f33b0866602d3e556c899974 (patch) | |
tree | 60dac8beeea0f5ca1c53f42fe77a65aaefa87649 /solenv/gbuild | |
parent | 2e0e05aa3c1ba35608bc4f0f8a6718cca3e414b9 (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/gbuild')
-rw-r--r-- | solenv/gbuild/platform/solaris.mk | 4 |
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 \ |