diff options
author | midipix <writeonce@midipix.org> | 2015-03-21 20:52:59 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-21 20:52:59 -0400 |
commit | 9aec288c73dbdfcffb272ef56f8de6dd411f4145 (patch) | |
tree | 92ecc7660103af989497673a71efb00fadf5ecd2 /libgcc | |
parent | 6d4ed23f7bb5785237fe17cfdec80b124d4e9003 (diff) | |
download | cbb-gcc-4.6.4-9aec288c73dbdfcffb272ef56f8de6dd411f4145.tar.bz2 cbb-gcc-4.6.4-9aec288c73dbdfcffb272ef56f8de6dd411f4145.tar.xz |
finally, add midipix as a gcc target.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.host | 8 |
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" |