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 | |
parent | 60d2695833eb71a194c6dda412deaa676a98de30 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/config/alpha/x-vms | 1 | ||||
-rw-r--r-- | gcc/config/m68hc11/t-m68hc11 (renamed from gcc/config/m68hc11/t-m68hc11-gas) | 2 | ||||
-rw-r--r-- | gcc/config/mcore/t-mcore | 1 | ||||
-rw-r--r-- | gcc/config/mcore/t-mcore-pe | 1 | ||||
-rw-r--r-- | gcc/config/t-openbsd-thread | 2 | ||||
-rw-r--r-- | gcc/config/x-interix | 3 |
6 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/alpha/x-vms b/gcc/config/alpha/x-vms index 053263a..3b47beb 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 diff --git a/gcc/config/m68hc11/t-m68hc11-gas b/gcc/config/m68hc11/t-m68hc11 index b8450a6..7978641 100644 --- a/gcc/config/m68hc11/t-m68hc11-gas +++ b/gcc/config/m68hc11/t-m68hc11 @@ -13,8 +13,6 @@ RANLIB_FOR_TARGET = ` \ fi; \ fi` -T_CPPFLAGS = -DUSE_GAS - LIB1ASMSRC = m68hc11/larith.asm LIB1ASMFUNCS = _mulsi3 \ _mulqi3 _ashlsi3 _ashrsi3 _lshrsi3 \ diff --git a/gcc/config/mcore/t-mcore b/gcc/config/mcore/t-mcore index 313853d..9480bd0 100644 --- a/gcc/config/mcore/t-mcore +++ b/gcc/config/mcore/t-mcore @@ -27,7 +27,6 @@ fp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/mcore/t-mcore echo '#define FLOAT' > fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c -T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP -Dinhibit_libc # could use -msifilter to be safe from interrupt/jmp interactions and others. TARGET_LIBGCC2_CFLAGS=-O3 -DNO_FLOATLIB_FIXUNSDFSI #-msifilter diff --git a/gcc/config/mcore/t-mcore-pe b/gcc/config/mcore/t-mcore-pe index 294f404..745006e 100644 --- a/gcc/config/mcore/t-mcore-pe +++ b/gcc/config/mcore/t-mcore-pe @@ -17,7 +17,6 @@ fp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/mcore/t-mcore echo '#define FLOAT' > fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c -T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP -Dinhibit_libc # could use -msifilter to be safe from interrupt/jmp interactions and others. TARGET_LIBGCC2_CFLAGS=-O3 -DNO_FLOATLIB_FIXUNSDFSI #-msifilter diff --git a/gcc/config/t-openbsd-thread b/gcc/config/t-openbsd-thread index 4b25f25..5f4edf5 100644 --- a/gcc/config/t-openbsd-thread +++ b/gcc/config/t-openbsd-thread @@ -1,5 +1,3 @@ # This is currently needed to compile libgcc2 for threads support TARGET_LIBGCC2_CFLAGS=-pthread -#T_CFLAGS=-pthread -#T_CPPFLAGS=-pthread diff --git a/gcc/config/x-interix b/gcc/config/x-interix deleted file mode 100644 index e539331..0000000 --- a/gcc/config/x-interix +++ /dev/null @@ -1,3 +0,0 @@ -# Existing CC/GCC may not define -D__INTERIX, so need this here. -# Since we want to configure with _ALL_SOURCE, we need to build that way too -X_CFLAGS= -D__INTERIX -D_ALL_SOURCE |