summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-07-16 07:48:53 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-07-16 07:48:53 +0000
commit6041792ec6b89f5e9eae79d8addbb0f706f9addd (patch)
tree05a286d63fb8d9fddb81195e6ff80a2f6ad8b2be /newlib/configure.host
parentf6ddaa2a292bc9e4d5190a413c0b4c1fa7c81374 (diff)
downloadcygnal-6041792ec6b89f5e9eae79d8addbb0f706f9addd.tar.gz
cygnal-6041792ec6b89f5e9eae79d8addbb0f706f9addd.tar.bz2
cygnal-6041792ec6b89f5e9eae79d8addbb0f706f9addd.zip
* 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.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index d577ce972..e7047f060 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -203,7 +203,7 @@ case "${host_cpu}" in
;;
mcore)
;;
- microblaze)
+ microblaze*)
machine_dir=microblaze
;;
mep)
@@ -479,7 +479,7 @@ case "${host}" in
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
;;
- microblaze-*-*)
+ microblaze*-*-*)
machine_dir=microblaze
;;
mips*-dec-*)
@@ -696,7 +696,7 @@ case "${host}" in
mcore-*-*)
syscall_dir=syscalls
;;
- microblaze-*-*)
+ microblaze*-*-*)
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DSMALL_MEMORY -D_REENT_SMALL"
;;