Commit bad4c106 by David O'Brien Committed by Jeff Law

configure.in: Adjust FreeBSD bits to match changes to config.guess.

        * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
        We now default to ELF for the i386, and a.out is the special case.
        * configure:  Rebuilt.

From-SVN: r34518
parent efd0378b
2000-06-07 David O'Brien <obrien@FreeBSD.org>
* configure.in: Adjust FreeBSD bits to match changes to config.guess.
We now default to ELF for the i386, and a.out is the special case.
* configure: Rebuilt.
Tue Jun 13 10:05:30 2000 Hans-Peter Nilsson <hp@axis.com> Tue Jun 13 10:05:30 2000 Hans-Peter Nilsson <hp@axis.com>
* final.c (final_scan_insn): Delete notes between cc0 setter and * final.c (final_scan_insn): Delete notes between cc0 setter and
......
...@@ -4341,7 +4341,11 @@ for machine in $build $host $target; do ...@@ -4341,7 +4341,11 @@ for machine in $build $host $target; do
# Next line turned off because both 386BSD and BSD/386 use GNU ld. # Next line turned off because both 386BSD and BSD/386 use GNU ld.
# use_collect2=yes # use_collect2=yes
;; ;;
i[34567]86-*-freebsdelf*) i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
tm_file="i386/freebsd.h i386/perform.h"
tmake_file=t-freebsd
;;
i[34567]86-*-freebsd*)
tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd-elf.h i386/perform.h" tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd-elf.h i386/perform.h"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
tmake_file=t-freebsd tmake_file=t-freebsd
...@@ -4355,10 +4359,6 @@ for machine in $build $host $target; do ...@@ -4355,10 +4359,6 @@ for machine in $build $host $target; do
;; ;;
esac esac
;; ;;
i[34567]86-*-freebsd*)
tm_file="i386/freebsd.h i386/perform.h"
tmake_file=t-freebsd
;;
i[34567]86-*-netbsd*) i[34567]86-*-netbsd*)
tm_file=i386/netbsd.h tm_file=i386/netbsd.h
tmake_file=t-netbsd tmake_file=t-netbsd
......
...@@ -1436,7 +1436,13 @@ changequote([,])dnl ...@@ -1436,7 +1436,13 @@ changequote([,])dnl
# use_collect2=yes # use_collect2=yes
;; ;;
changequote(,)dnl changequote(,)dnl
i[34567]86-*-freebsdelf*) i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
changequote([,])dnl
tm_file="i386/freebsd.h i386/perform.h"
tmake_file=t-freebsd
;;
changequote(,)dnl
i[34567]86-*-freebsd*)
changequote([,])dnl changequote([,])dnl
tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd-elf.h i386/perform.h" tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd-elf.h i386/perform.h"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
...@@ -1452,12 +1458,6 @@ changequote([,])dnl ...@@ -1452,12 +1458,6 @@ changequote([,])dnl
esac esac
;; ;;
changequote(,)dnl changequote(,)dnl
i[34567]86-*-freebsd*)
changequote([,])dnl
tm_file="i386/freebsd.h i386/perform.h"
tmake_file=t-freebsd
;;
changequote(,)dnl
i[34567]86-*-netbsd*) i[34567]86-*-netbsd*)
changequote([,])dnl changequote([,])dnl
tm_file=i386/netbsd.h tm_file=i386/netbsd.h
......
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