This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Support for shle-elf / sh64le-elf


-- 
--------------------------
SuperH
2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
T:+44 1454 462330
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*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]