aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-29 12:15:08 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-29 12:15:08 -0400
commit330a96abff271e9b9c96b8f9cec0a5d9603bb568 (patch)
treef31763b8d57966e83a838d6110472108d1e07460 /gcc
parent66168f5d32b3703c999833307b14eb4729fc4139 (diff)
downloadgcc-330a96abff271e9b9c96b8f9cec0a5d9603bb568.zip
gcc-330a96abff271e9b9c96b8f9cec0a5d9603bb568.tar.gz
gcc-330a96abff271e9b9c96b8f9cec0a5d9603bb568.tar.bz2
Define HAVE_PUTENV for AIX PS/2.
From-SVN: r5930
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/xm-aix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-aix.h b/gcc/config/i386/xm-aix.h
index 9e8f669..3722f67 100644
--- a/gcc/config/i386/xm-aix.h
+++ b/gcc/config/i386/xm-aix.h
@@ -32,3 +32,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif
+
+#define HAVE_PUTENV