(CPP_PREDEFINES): Add -D__SVR4.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 29 Oct 1995 12:39:08 +0000 (07:39 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 29 Oct 1995 12:39:08 +0000 (07:39 -0500)
From-SVN: r10538

gcc/config/i386/sol2.h

index 7657036..cc5ebca 100644 (file)
@@ -1,5 +1,5 @@
 /* Target definitions for GNU compiler for Intel 80386 running Solaris 2
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
    Written by Fred Fish (fnf@cygnus.com).
 
@@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA.  */
 /* Add "sun" to the list of symbols defined for SVR4.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
-  "-Di386 -Dunix -D__svr4__ -Dsun \
+  "-Di386 -Dunix -D__svr4__ -D__SVR4 -Dsun \
    -Asystem(unix) -Asystem(svr4) -Acpu(i386) -Amachine(i386)"
 
 #undef CPP_SPEC