summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-09 10:37:17 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-09 10:37:17 +0000
commit74cd9df8141d2b00353ec8cc672be22353cb9d3f (patch)
tree64bcfb5cf0dc3b7a562126a1a3a897fa5bcd876f /libgcc/config.host
parent698537d1134e52ea5e8f4f140cd516c5c73b63dd (diff)
downloadgcc-74cd9df8141d2b00353ec8cc672be22353cb9d3f.tar.gz
2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
* config.host: Fold `*-*-gnu*' cases into the Linux ones. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host17
1 files changed, 6 insertions, 11 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index cf33e04de44..a92ffa04455 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -150,12 +150,9 @@ case ${host} in
# machine-specific sections may refine and add to this
# configuration.
;;
-*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
- # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
+*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu*)
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
;;
-*-*-gnu*)
- ;;
*-*-netbsd*)
;;
*-*-openbsd*)
@@ -176,12 +173,10 @@ case ${host} in
then tmake_file=${cpu_type}/t-$rest
fi
;;
-alpha*-*-linux*)
+alpha*-*-linux* | alpha*-*-gnu*)
tmake_file="${tmake_file} alpha/t-crtfm"
extra_parts="$extra_parts crtfastmath.o"
;;
-alpha*-*-gnu*)
- ;;
alpha*-*-freebsd*)
;;
alpha*-*-netbsd*)
@@ -299,7 +294,7 @@ i[34567]86-*-openbsd*)
;;
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"
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)
extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm"
;;
-i[34567]86-*-gnu*)
- ;;
i[34567]86-pc-msdosdjgpp*)
;;
i[34567]86-*-lynxos*)
@@ -576,7 +569,9 @@ m32c-*-elf*)
esac
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"
;;
esac