Commit 76bc249d by Nathanael Nerode

config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific FreeBSD clauses.

	* config.gcc: Move use_fixproto=no from generic FreeBSD clause to
	specific FreeBSD clauses.

From-SVN: r71713
parent 980465f3
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org> 2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Move use_fixproto=no from generic FreeBSD clause to
specific FreeBSD clauses.
* config.gcc: Move use_fixproto=no from generic NetBSD clause to * config.gcc: Move use_fixproto=no from generic NetBSD clause to
specific NetBSD clauses. specific NetBSD clauses.
* config.gcc: Move use_fixproto=no from generic OpenBSD clause * config.gcc: Move use_fixproto=no from generic OpenBSD clause
......
...@@ -458,7 +458,6 @@ case ${target} in ...@@ -458,7 +458,6 @@ case ${target} in
*) echo 'Unknown thread configuration for FreeBSD'; exit 1;; *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
esac esac
fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h" fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
use_fixproto=no
;; ;;
*-*-darwin*) *-*-darwin*)
tm_file="${tm_file} darwin.h" tm_file="${tm_file} darwin.h"
...@@ -519,6 +518,7 @@ alpha*-*-freebsd*) ...@@ -519,6 +518,7 @@ alpha*-*-freebsd*)
target_cpu_default="MASK_GAS" target_cpu_default="MASK_GAS"
tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee" tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
use_fixproto=no
;; ;;
alpha*-*-netbsd*) alpha*-*-netbsd*)
tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h" tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
...@@ -597,6 +597,7 @@ arm-semi-aof | armel-semi-aof) ...@@ -597,6 +597,7 @@ arm-semi-aof | armel-semi-aof)
arm*-*-freebsd*|strongarm*-*-freebsd*) arm*-*-freebsd*|strongarm*-*-freebsd*)
tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h" tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
tmake_file="${tmake_file} arm/t-strongarm-elf" tmake_file="${tmake_file} arm/t-strongarm-elf"
use_fixproto=no
;; ;;
arm*-*-netbsdelf*) arm*-*-netbsdelf*)
tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h" tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
...@@ -903,9 +904,11 @@ i[34567]86-*-beoself* | i[34567]86-*-beos*) ...@@ -903,9 +904,11 @@ i[34567]86-*-beoself* | i[34567]86-*-beos*)
i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*) i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h" tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
tmake_file=t-freebsd tmake_file=t-freebsd
use_fixproto=no
;; ;;
i[34567]86-*-freebsd*) i[34567]86-*-freebsd*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
use_fixproto=no
;; ;;
x86_64-*-freebsd*) x86_64-*-freebsd*)
tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h" tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
...@@ -1208,6 +1211,7 @@ ia64*-*-freebsd*) ...@@ -1208,6 +1211,7 @@ ia64*-*-freebsd*)
target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
tmake_file="${tmake_file} ia64/t-ia64" tmake_file="${tmake_file} ia64/t-ia64"
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
use_fixproto=no
;; ;;
ia64*-*-linux*) ia64*-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h" tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
...@@ -1612,6 +1616,7 @@ powerpc-*-darwin*) ...@@ -1612,6 +1616,7 @@ powerpc-*-darwin*)
powerpc*-*-freebsd*) powerpc*-*-freebsd*)
tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h" tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm" tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
use_fixproto=no
;; ;;
powerpc-*-netbsd*) powerpc-*-netbsd*)
tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h" tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
...@@ -2036,6 +2041,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*) ...@@ -2036,6 +2041,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*)
*) echo "$with_cpu not supported for freebsd target"; exit 1 ;; *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
esac esac
need_64bit_hwint=yes need_64bit_hwint=yes
use_fixproto=no
;; ;;
sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm" tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment