diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-02-09 00:07:04 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-02-09 00:07:04 +0000 |
commit | c3e8a9478e77a027031252a78ca4aa5d4dd533c9 (patch) | |
tree | db8dce14bc90ea2031b1c13451d5adf4c3382d3c /gcc/config/i386/x-aix | |
parent | 1f859db49b7d79506190b789377366f9643aa828 (diff) | |
download | gcc-c3e8a9478e77a027031252a78ca4aa5d4dd533c9.tar.gz |
(FIXINCLUDES): Delete definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6504 138bc75d-0d04-0410-961f-82ee72b054a4
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 41a5ac6c16c..b191e48fd0f 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 |