Support for shle-elf / sh64le-elf
Joern Rennecke
joern.rennecke@superh.com
Wed Jun 5 12:16:00 GMT 2002
--
--------------------------
SuperH
2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
T:+44 1454 462330
-------------- next part --------------
This patch is needed in order to support shle-elf and sh64le-elf.
I have already submitted a patch for config.guess to config-patches@gnu.org .
Wed Jun 5 19:40:28 2002 J"orn Rennecke <joern.rennecke@superh.com>
* configure.host (sh64): Replace with:
(sh[0123456789lb]*).
Index: newlib/configure.host
===================================================================
RCS file: /cvs/src/src/newlib/configure.host,v
retrieving revision 1.27
diff -p -r1.27 configure.host
*** newlib/configure.host 21 May 2002 18:20:18 -0000 1.27
--- newlib/configure.host 5 Jun 2002 18:40:20 -0000
*************** case "${host_cpu}" in
*** 157,163 ****
powerpc*)
machine_dir=powerpc
;;
! sh | sh64)
machine_dir=sh
;;
sparc*)
--- 157,163 ----
powerpc*)
machine_dir=powerpc
;;
! sh | sh[0123456789lb]*)
machine_dir=sh
;;
sparc*)
More information about the Newlib
mailing list