diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2008-03-27 10:04:08 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2008-03-27 10:04:08 +0000 |
commit | a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a (patch) | |
tree | a8afd0c8919d27547a242f0135603b447a1ca499 /gcc/config/alpha/x-vms | |
parent | 60d2695833eb71a194c6dda412deaa676a98de30 (diff) | |
download | gcc-a929bc2878b1b19fc4fb45bcbccf3af79bc8c24a.tar.gz |
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/alpha/x-vms')
-rw-r--r-- | gcc/config/alpha/x-vms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/alpha/x-vms b/gcc/config/alpha/x-vms index 053263a60c5..3b47bebe636 100644 --- a/gcc/config/alpha/x-vms +++ b/gcc/config/alpha/x-vms @@ -5,7 +5,6 @@ libsubdir=$(libdir)/gcc-lib # Rules for linker and compiler wrappers. These are only useful on # a VMS host. -EXTRA_PROGRAMS=ld.exe decc.exe vms-ld.o : $(srcdir)/config/alpha/vms-ld.c $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) ld.exe : vms-ld.o |