From 12b865c02877b1b1f33b0866602d3e556c899974 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 8 Feb 2017 12:56:00 +0100 Subject: 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 --- solenv/gbuild/platform/solaris.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'solenv/gbuild') 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 \ -- cgit