diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-07-16 07:48:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-07-16 07:48:53 +0000 |
commit | 6041792ec6b89f5e9eae79d8addbb0f706f9addd (patch) | |
tree | 05a286d63fb8d9fddb81195e6ff80a2f6ad8b2be /newlib/configure.host | |
parent | f6ddaa2a292bc9e4d5190a413c0b4c1fa7c81374 (diff) | |
download | cygnal-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.host | 6 |
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" ;; |