From a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 27 Mar 2008 10:04:08 +0000 Subject: config.cc (m68hc11, [...]): Add usegas.h, rename tmake_file to m68hc11/t-m68hc11. 2008-03-27 Paolo Bonzini * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h, rename tmake_file to m68hc11/t-m68hc11. (mcore): Set inhibit_libc to true. * config.host (alpha*-dec-*vms*): Set extra_programs. (interix3*): Don't use host_xmake_file. * configure.ac: Let config.gcc override inhibit_libc. * configure: Regenerate. * config/alpha/x-vms (EXTRA_PROGRAMS): Remove. * config/x-interix: Remove. * config/t-openbsd-thread: Remove commented out lines. * config/m68hc11/t-m68hc11-gas: Rename to... * config/m68hc11/t-m68hc11: ... this. Remove T_CPPFLAGS. * config/mcore/t-mcore: Remove T_CFLAGS. * config/mcore/t-mcore-pe: Likewise. From-SVN: r133636 --- gcc/config.host | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gcc/config.host') diff --git a/gcc/config.host b/gcc/config.host index 93d97f1..965288a 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -124,6 +124,7 @@ case ${host} in alpha*-dec-*vms*) host_xm_file=alpha/xm-vms.h host_xmake_file="${host_xmake_file} alpha/x-vms" + extra_programs="ld.exe decc.exe" host_exeext=.exe host_can_use_collect2=no # This removes the cpu type and manufacturer components and @@ -191,9 +192,6 @@ case ${host} in echo "*** linking with posix.dll is not allowed by the GNU GPL." exit 1 ;; - i[34567]86-*-interix3*) - host_xmake_file="${host_xmake_file} x-interix" - ;; i[34567]86-*-darwin* | x86_64-*-darwin*) out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" host_xmake_file="${host_xmake_file} i386/x-darwin" -- cgit v1.1