summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config.host8
1 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 25e949e0f..f77a42120 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -334,6 +334,12 @@ i[34567]86-*-cygwin* | i[34567]86-*-mingw*)
;;
x86_64-*-mingw*)
;;
+i[34567]86-*-midipix*)
+ tmake_file="${tmake_file} i386/t-midipix"
+ ;;
+x86_64-*-midipix*)
+ tmake_file="${tmake_file} i386/t-midipix"
+ ;;
i[34567]86-*-interix3*)
;;
ia64*-*-elf*)
@@ -622,7 +628,7 @@ i[34567]86-*-darwin* | x86_64-*-darwin* | \
esac
case ${host} in
-i[34567]86-*-linux* | x86_64-*-linux*)
+i[34567]86-*-linux* | x86_64-*-linux* | x86_64-*-midipix*)
# Provide backward binary compatibility for 64bit Linux/x86.
if test "${host_address}" = 64; then
tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"