* configure.host: Change to microblaze*.

* libc/include/machine/ieeefp.h: Add __MICROBLAZEEL__.
	* libc/machine/microblaze/mb_endian.h: New file.
	* newlib/libc/machine/microblaze/strcmp.c: Add little endian support.
	* newlib/libc/machine/microblaze/strcpy.c: Likewise.
	* newlib/libc/machine/microblaze/strlen.c: Likewise.

	* configure.in: Change to microblaze*.
	* configure: Regenerate.
	* microblaze/xilinx.ld: Remove OUTPUT_FORMAT.
This commit is contained in:
Corinna Vinschen
2013-07-16 07:48:53 +00:00
parent f6ddaa2a29
commit 6041792ec6
11 changed files with 61 additions and 19 deletions

View File

@@ -117,7 +117,7 @@ case "${target}" in
moxie-*-*)
AC_CONFIG_SUBDIRS([moxie])
;;
microblaze-*-*)
microblaze*-*-*)
AC_CONFIG_SUBDIRS([microblaze])
;;
mt-*-*)