diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-08 16:07:04 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-02-08 16:07:04 -0800 |
commit | a429b3f560a27c3f5e78ab0202d7ceb83fbd7f75 (patch) | |
tree | db8dce14bc90ea2031b1c13451d5adf4c3382d3c /gcc/config/i386/x-aix | |
parent | 69520b545f55d1397c29cea2cc4bd5906b1d77c5 (diff) | |
download | gcc-a429b3f560a27c3f5e78ab0202d7ceb83fbd7f75.zip gcc-a429b3f560a27c3f5e78ab0202d7ceb83fbd7f75.tar.gz gcc-a429b3f560a27c3f5e78ab0202d7ceb83fbd7f75.tar.bz2 |
(FIXINCLUDES): Delete definition.
From-SVN: r6504
Diffstat (limited to 'gcc/config/i386/x-aix')
-rw-r--r-- | gcc/config/i386/x-aix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/i386/x-aix b/gcc/config/i386/x-aix index 41a5ac6..b191e48 100644 --- a/gcc/config/i386/x-aix +++ b/gcc/config/i386/x-aix @@ -10,6 +10,3 @@ ALLOCA = alloca.o #CLIB_S = -lc_s CLIB = -lld $(MALLOCLIB) $(CLIB_S) - -# Use a special fixincludes file to avoid munging types.h. -FIXINCLUDES = fixinc.ps2 |