mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
uclibc: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2659 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.holgerschurig.de/patcher.html
|
||||
#
|
||||
|
||||
--- uClibc/Makefile~nokernelheadercheck
|
||||
+++ uClibc/Makefile
|
||||
@@ -121,11 +121,11 @@
|
||||
@./extra/config/conf -o extra/Configs/Config.in
|
||||
|
||||
headers: include/bits/uClibc_config.h
|
||||
-ifeq ($(strip $(ARCH_HAS_MMU)),y)
|
||||
- @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)
|
||||
-else
|
||||
- @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n
|
||||
-endif
|
||||
+#ifeq ($(strip $(ARCH_HAS_MMU)),y)
|
||||
+# @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)
|
||||
+#else
|
||||
+# @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n
|
||||
+#endif
|
||||
@cd include/bits; \
|
||||
set -e; \
|
||||
for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \
|
||||
Reference in New Issue
Block a user