diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-14 00:26:29 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-14 00:26:29 +0000 |
commit | 24b005606a8febb541750b14176cf891c793c6e6 (patch) | |
tree | e9c778c4b2b963b3fc2a67fcbc4fd93860960b49 /gcc/config.gcc | |
parent | 4ec5d4f5b9a41a337e768260b8df23ab2cbc1dbb (diff) | |
download | gcc-24b005606a8febb541750b14176cf891c793c6e6.tar.gz |
m32c.h (ENDFILE_SPEC, [...]): Define.
* config/m32c/m32c.h (ENDFILE_SPEC, LINK_SPEC, SIZE_TYPE,
PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (m32c-*-rtems*, m32c-*-elf*): Don't use svr4.h.
From-SVN: r167780
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index ceecc242aab..38a343b4706 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2675,13 +2675,13 @@ am33_2.0-*-linux*) use_collect2=no ;; m32c-*-rtems*) - tm_file="dbxelf.h elfos.h svr4.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h" + tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h" tmake_file="${tmake_file} t-rtems" c_target_objs="m32c-pragma.o" cxx_target_objs="m32c-pragma.o" ;; m32c-*-elf*) - tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}" + tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" c_target_objs="m32c-pragma.o" cxx_target_objs="m32c-pragma.o" ;; |