aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-03-27 10:04:08 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-03-27 10:04:08 +0000
commita929bc2878b1b19fc4fb45bcbccf3af79bc8c24a (patch)
treea8afd0c8919d27547a242f0135603b447a1ca499 /gcc/config.gcc
parent60d2695833eb71a194c6dda412deaa676a98de30 (diff)
downloadgcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.zip
gcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.tar.gz
gcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.tar.bz2
config.cc (m68hc11, [...]): Add usegas.h, rename tmake_file to m68hc11/t-m68hc11.
2008-03-27 Paolo Bonzini <bonzini@gnu.org> * 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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 8d0217e..f9f2fa4 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1516,19 +1516,19 @@ m32rle-*-linux*)
;;
# m68hc11 and m68hc12 share the same machine description.
m68hc11-*-*|m6811-*-*)
- tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
+ tm_file="dbxelf.h elfos.h usegas.h m68hc11/m68hc11.h"
tm_p_file="m68hc11/m68hc11-protos.h"
md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c"
- tmake_file="m68hc11/t-m68hc11-gas"
+ tmake_file="m68hc11/t-m68hc11"
use_fixproto=yes
;;
m68hc12-*-*|m6812-*-*)
- tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
+ tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h usegas.h m68hc11/m68hc11.h"
tm_p_file="m68hc11/m68hc11-protos.h"
md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c"
- tmake_file="m68hc11/t-m68hc11-gas"
+ tmake_file="m68hc11/t-m68hc11"
extra_options="${extra_options} m68hc11/m68hc11.opt"
use_fixproto=yes
;;
@@ -1641,11 +1641,13 @@ mcore-*-elf)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
tmake_file=mcore/t-mcore
use_fixproto=yes
+ inhibit_libc=true
;;
mcore-*-pe*)
tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
tmake_file=mcore/t-mcore-pe
use_fixproto=yes
+ inhibit_libc=true
;;
mips-sgi-irix[56]*)
tm_file="elfos.h ${tm_file} mips/iris.h"