The patch resolves target compiling

svn diff ./toolchain/uClibc/config-0.9.31/common ./toolchain/uClibc/config-0.9.30.1/common >848-enable-posix_memalign.patch

cat 848-enable-posix_memalign.patch
Index: toolchain/uClibc/config-0.9.31/common
===================================================================
--- toolchain/uClibc/config-0.9.31/common       (revision 24860)
+++ toolchain/uClibc/config-0.9.31/common       (working copy)
@@ -82,7 +82,7 @@
 UCLIBC_DYNAMIC_ATEXIT=y
 UCLIBC_EXTRA_CFLAGS=""
 UCLIBC_GRP_BUFFER_SIZE=256
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
 # UCLIBC_HAS_ARC4RANDOM is not set
 UCLIBC_HAS_BSD_ERR=y
 UCLIBC_HAS_BSD_RES_CLOSE=y
Index: toolchain/uClibc/config-0.9.30.1/common
===================================================================
--- toolchain/uClibc/config-0.9.30.1/common     (revision 24860)
+++ toolchain/uClibc/config-0.9.30.1/common     (working copy)
@@ -78,7 +78,7 @@
 UCLIBC_DYNAMIC_ATEXIT=y
 UCLIBC_EXTRA_CFLAGS=""
 UCLIBC_GRP_BUFFER_SIZE=256
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
 # UCLIBC_HAS_ARC4RANDOM is not set
 UCLIBC_HAS_BSD_ERR=y
 UCLIBC_HAS_BSD_RES_CLOSE=y


于 2010年12月31日 06:23, OpenWrt 写道:
#8552: e2fsck fails to link
-----------------------+----------------------------------------------------
  Reporter:  anonymous  |       Owner:  developers
      Type:  defect     |      Status:  new
  Priority:  normal     |   Milestone:  Kamikaze
Component:  packages   |     Version:  Trunk
  Keywords:             |
-----------------------+----------------------------------------------------

Comment(by Thomas Mangin):

  uClib has it. it is enabled with UCLIBC_HAS_ADVANCED_REALTIME which is
  setup

  grep UCLIBC_HAS_ADVANCED_REALTIME toolchain/uClibc/config-0.9.32/common
  UCLIBC_HAS_ADVANCED_REALTIME=y

  So something is not as it should :(


Index: toolchain/uClibc/config-0.9.31/common
===================================================================
--- toolchain/uClibc/config-0.9.31/common	(revision 24860)
+++ toolchain/uClibc/config-0.9.31/common	(working copy)
@@ -82,7 +82,7 @@
 UCLIBC_DYNAMIC_ATEXIT=y
 UCLIBC_EXTRA_CFLAGS=""
 UCLIBC_GRP_BUFFER_SIZE=256
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
 # UCLIBC_HAS_ARC4RANDOM is not set
 UCLIBC_HAS_BSD_ERR=y
 UCLIBC_HAS_BSD_RES_CLOSE=y
Index: toolchain/uClibc/config-0.9.30.1/common
===================================================================
--- toolchain/uClibc/config-0.9.30.1/common	(revision 24860)
+++ toolchain/uClibc/config-0.9.30.1/common	(working copy)
@@ -78,7 +78,7 @@
 UCLIBC_DYNAMIC_ATEXIT=y
 UCLIBC_EXTRA_CFLAGS=""
 UCLIBC_GRP_BUFFER_SIZE=256
-# UCLIBC_HAS_ADVANCED_REALTIME is not set
+UCLIBC_HAS_ADVANCED_REALTIME=y
 # UCLIBC_HAS_ARC4RANDOM is not set
 UCLIBC_HAS_BSD_ERR=y
 UCLIBC_HAS_BSD_RES_CLOSE=y
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to