From 9aec288c73dbdfcffb272ef56f8de6dd411f4145 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 21 Mar 2015 20:52:59 -0400 Subject: finally, add midipix as a gcc target. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- libgcc/config.host | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libgcc') 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" -- cgit v1.2.3