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 6252572a624c5bc65a6ed3a5778808e84510a8f7 (commit)
from 687042ce085bb2b769288fe478981144aca5e93e (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 6252572a624c5bc65a6ed3a5778808e84510a8f7
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Fri Jan 9 20:51:17 2015 -0600
enable microblaze. at least toolchain creation is working without NPTL
-----------------------------------------------------------------------
Summary of changes:
extra/Configs/Config.in | 4 ++--
libc/sysdeps/linux/microblaze/bits/uClibc_page.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 2a8c006..cec06e4 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -95,8 +95,8 @@ config TARGET_m68k
#config TARGET_metag
# bool "metag"
-#config TARGET_microblaze
-# bool "microblaze"
+config TARGET_microblaze
+ bool "microblaze"
config TARGET_mips
bool "mips"
diff --git a/libc/sysdeps/linux/microblaze/bits/uClibc_page.h b/libc/sysdeps/linux/microblaze/bits/uClibc_page.h
index 8069e6a..9335d8e 100644
--- a/libc/sysdeps/linux/microblaze/bits/uClibc_page.h
+++ b/libc/sysdeps/linux/microblaze/bits/uClibc_page.h
@@ -20,7 +20,7 @@
#ifndef _UCLIBC_PAGE_H
#define _UCLIBC_PAGE_H
-#include <linux/autoconf.h>
+#include <generated/autoconf.h>
#if defined(CONFIG_MICROBLAZE_32K_PAGES)
#define PAGE_SHIFT 15
hooks/post-receive
--
uClibc-ng - small C library for embedded systems