Commit c0451df7 by Thomas Schwinge Committed by Matthias Klose

config.host: Fold `*-*-gnu*' cases into the Linux ones.

2008-10-08  Thomas Schwinge  <tschwinge@gnu.org>

        * config.host: Fold `*-*-gnu*' cases into the Linux ones.

From-SVN: r141004
parent df96b059
2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
* config.host: Fold `*-*-gnu*' cases into the Linux ones.
2008-09-03 Hari Sandanagobalane <hariharan@picochip.com> 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
Add picoChip port. Add picoChip port.
......
...@@ -150,12 +150,9 @@ case ${host} in ...@@ -150,12 +150,9 @@ case ${host} in
# machine-specific sections may refine and add to this # machine-specific sections may refine and add to this
# configuration. # configuration.
;; ;;
*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu) *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu*)
# Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o" extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
;; ;;
*-*-gnu*)
;;
*-*-netbsd*) *-*-netbsd*)
;; ;;
*-*-openbsd*) *-*-openbsd*)
...@@ -176,12 +173,10 @@ case ${host} in ...@@ -176,12 +173,10 @@ case ${host} in
then tmake_file=${cpu_type}/t-$rest then tmake_file=${cpu_type}/t-$rest
fi fi
;; ;;
alpha*-*-linux*) alpha*-*-linux* | alpha*-*-gnu*)
tmake_file="${tmake_file} alpha/t-crtfm" tmake_file="${tmake_file} alpha/t-crtfm"
extra_parts="$extra_parts crtfastmath.o" extra_parts="$extra_parts crtfastmath.o"
;; ;;
alpha*-*-gnu*)
;;
alpha*-*-freebsd*) alpha*-*-freebsd*)
;; ;;
alpha*-*-netbsd*) alpha*-*-netbsd*)
...@@ -299,7 +294,7 @@ i[34567]86-*-openbsd*) ...@@ -299,7 +294,7 @@ i[34567]86-*-openbsd*)
;; ;;
i[34567]86-*-coff*) i[34567]86-*-coff*)
;; ;;
i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu) i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu*)
extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o" extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm" tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm"
;; ;;
...@@ -307,8 +302,6 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu) ...@@ -307,8 +302,6 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o" extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm" tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm"
;; ;;
i[34567]86-*-gnu*)
;;
i[34567]86-pc-msdosdjgpp*) i[34567]86-pc-msdosdjgpp*)
;; ;;
i[34567]86-*-lynxos*) i[34567]86-*-lynxos*)
...@@ -576,7 +569,9 @@ m32c-*-elf*) ...@@ -576,7 +569,9 @@ m32c-*-elf*)
esac esac
case ${host} in case ${host} in
i[34567]86-*-linux* | x86_64-*-linux*) i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
;;
i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-gnu*)
tmake_file="${tmake_file} t-tls" tmake_file="${tmake_file} t-tls"
;; ;;
esac esac
......
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