]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Don't use fixproto.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 12 Dec 2003 21:11:50 +0000 (21:11 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 12 Dec 2003 21:11:50 +0000 (21:11 +0000)
* config.gcc <i[34567]86-*-darwin*>: Don't use fixproto.
<powerpc-*-darwin*>: Likewise.

From-SVN: r74581

gcc/ChangeLog
gcc/config.gcc

index 1cb5de2585b696372706bb9acdc887c314a24efa..8ce51859825b93ab6df43c6db8c642ac0d2e27a0 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-12  Geoffrey Keating  <geoffk@apple.com>
+
+       * config.gcc <i[34567]86-*-darwin*>: Don't use fixproto.
+       <powerpc-*-darwin*>: Likewise.
+
 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
 
        * config/ia64/linux.h (IA64_GATE_AREA_END): Increase by 64K.
index efbcced39432cf685cf292a07f952d3f91356e58..3e2f6042bafc108ee46e858fc309d1799d4f2b05 100644 (file)
@@ -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"