This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 44c92e91880851d87093b11f897c50b6d12ecdca (commit)
from c7d481a3a75a12daf32463298f2c141f0c409578 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 44c92e91880851d87093b11f897c50b6d12ecdca
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Wed Jun 10 08:14:11 2015 -0500
allow endian choice for microblaze biendian architecture
-----------------------------------------------------------------------
Summary of changes:
extra/Configs/Config.microblaze | 1 +
1 file changed, 1 insertion(+)
diff --git a/extra/Configs/Config.microblaze b/extra/Configs/Config.microblaze
index fddc5d6..60d10d6 100644
--- a/extra/Configs/Config.microblaze
+++ b/extra/Configs/Config.microblaze
@@ -10,4 +10,5 @@ config TARGET_ARCH
config FORCE_OPTIONS_FOR_ARCH
bool
default y
+ select ARCH_ANY_ENDIAN
select ARCH_HAS_DEPRECATED_SYSCALLS
hooks/post-receive
--
uClibc-ng - small C library for embedded systems