From e2ec5331cc082fb9df2d05d0ef5f37f808c9f704 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 23 May 1993 20:34:04 +0000 Subject: [PATCH] (FIXINCLUDES): Defined. From-SVN: r4545 --- gcc/config/i386/x-aix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/x-aix b/gcc/config/i386/x-aix index fa57c683589..6b0532a8c37 100644 --- a/gcc/config/i386/x-aix +++ b/gcc/config/i386/x-aix @@ -1,2 +1,5 @@ # There is an alloca in -lbsd, but it is limited to 32K ALLOCA = alloca.o + +# Use a special fixincludes file to avoid munging types.h. +FIXINCLUDES = fixinc.ps2 -- 2.30.2