summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-12 21:11:50 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-12 21:11:50 +0000
commit9647306e03b4a05af93ab5f8db9f51f9666d4627 (patch)
tree8786fbdf2ad37e4ccbbe3c1cdf4e216edafaa288 /gcc/config.gcc
parent91807d21fa86627105bb0afa437547451e818021 (diff)
downloadgcc-9647306e03b4a05af93ab5f8db9f51f9666d4627.tar.gz
* config.gcc <i[34567]86-*-darwin*>: Don't use fixproto.
<powerpc-*-darwin*>: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index efbcced3943..3e2f6042baf 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -891,7 +891,6 @@ i370-*-linux*)
;;
i[34567]86-*-darwin*)
tm_file="${tm_file} i386/darwin.h"
- use_fixproto=yes
;;
i[34567]86-*-elf*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
@@ -1688,7 +1687,6 @@ powerpc-*-darwin*)
extra_headers=altivec.h
# override ppc default
need_64bit_hwint=
- use_fixproto=yes
;;
powerpc*-*-freebsd*)
tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"