Commit cfe5b8ea by Joseph Myers Committed by Joseph Myers

config.gcc (m32r-*-elf*, [...]): Don't use svr4.h.

	* config.gcc (m32r-*-elf*, m32rle-*-elf*, m32r-*-rtems*,
	m32r-*-linux*, m32rle-*-linux*): Don't use svr4.h.

From-SVN: r167657
parent 248a9e94
2010-12-09 Joseph Myers <joseph@codesourcery.com> 2010-12-09 Joseph Myers <joseph@codesourcery.com>
* config.gcc (m32r-*-elf*, m32rle-*-elf*, m32r-*-rtems*,
m32r-*-linux*, m32rle-*-linux*): Don't use svr4.h.
2010-12-09 Joseph Myers <joseph@codesourcery.com>
* config/iq2000/iq2000.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE, * config/iq2000/iq2000.h (LINK_SPEC, SIZE_TYPE, PTRDIFF_TYPE,
WCHAR_TYPE, WCHAR_TYPE_SIZE): Define. WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (iq2000*-*-elf*): Don't use svr4.h. * config.gcc (iq2000*-*-elf*): Don't use svr4.h.
...@@ -1611,20 +1611,20 @@ lm32-*-uclinux*) ...@@ -1611,20 +1611,20 @@ lm32-*-uclinux*)
tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp" tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
;; ;;
m32r-*-elf*) m32r-*-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}"
extra_parts="crtinit.o crtfini.o" extra_parts="crtinit.o crtfini.o"
;; ;;
m32rle-*-elf*) m32rle-*-elf*)
tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h m32r/little.h ${tm_file}" tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o" extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
;; ;;
m32r-*-rtems*) m32r-*-rtems*)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h" tm_file="dbxelf.h elfos.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h"
tmake_file="m32r/t-m32r t-rtems" tmake_file="m32r/t-m32r t-rtems"
extra_parts="crtinit.o crtfini.o" extra_parts="crtinit.o crtfini.o"
;; ;;
m32r-*-linux*) m32r-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h" tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
# We override the tmake_file for linux -- why? # We override the tmake_file for linux -- why?
tmake_file="t-slibgcc-elf-ver m32r/t-linux" tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes gnu_ld=yes
...@@ -1633,7 +1633,7 @@ m32r-*-linux*) ...@@ -1633,7 +1633,7 @@ m32r-*-linux*)
fi fi
;; ;;
m32rle-*-linux*) m32rle-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h" tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
# We override the tmake_file for linux -- why? # We override the tmake_file for linux -- why?
tmake_file="t-slibgcc-elf-ver m32r/t-linux" tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes gnu_ld=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment