[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-312-g6f28862
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-08-01 12:41:00
|
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 "armadeus".
The branch, master has been updated
via 6f28862e88894652307d39866e02679d11fa53e2 (commit)
via 1b8fe9c2ef7c739eae77b735a792780b15416e79 (commit)
from be1e02cc704ef7a1396eda727bb40f5fafceca30 (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 6f28862e88894652307d39866e02679d11fa53e2
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Aug 1 14:45:23 2017 +0200
[BUILDROOT] uClibc: update config to 1.0.22
uClibc supports now "savedefconfig" target. The config file now only
contains differences from default options.
commit 1b8fe9c2ef7c739eae77b735a792780b15416e79
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Aug 1 14:12:22 2017 +0200
[BUILDROOT] uClibc-ng: enable UCLIBC_SUPPORT_AI_ADDRCONFIG
This makes ifaddrs.h to be installed and fixes libtirpc build.
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/uClibc-ng-1.0.14.config | 2 +-
.../target/device/armadeus/uClibc-ng-1.0.22.config | 35 ++++++++++++++++++++++
buildroot/target/device/armadeus/uClibc-ng.config | 2 +-
3 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 buildroot/target/device/armadeus/uClibc-ng-1.0.22.config
diff --git a/buildroot/target/device/armadeus/uClibc-ng-1.0.14.config b/buildroot/target/device/armadeus/uClibc-ng-1.0.14.config
index 82c5b45..aedde2c 100644
--- a/buildroot/target/device/armadeus/uClibc-ng-1.0.14.config
+++ b/buildroot/target/device/armadeus/uClibc-ng-1.0.14.config
@@ -148,7 +148,7 @@ UCLIBC_HAS_RPC=y
UCLIBC_HAS_FULL_RPC=y
UCLIBC_HAS_REENTRANT_RPC=y
UCLIBC_USE_NETLINK=y
-# UCLIBC_SUPPORT_AI_ADDRCONFIG is not set
+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
# UCLIBC_HAS_BSD_RES_CLOSE is not set
UCLIBC_HAS_COMPAT_RES_STATE=y
# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set
diff --git a/buildroot/target/device/armadeus/uClibc-ng-1.0.22.config b/buildroot/target/device/armadeus/uClibc-ng-1.0.22.config
new file mode 100644
index 0000000..a655955
--- /dev/null
+++ b/buildroot/target/device/armadeus/uClibc-ng-1.0.22.config
@@ -0,0 +1,35 @@
+CONFIG_ARM_EABI=y
+ARCH_WANTS_LITTLE_ENDIAN=y
+DO_C99_MATH=y
+# UCLIBC_STATIC_LDCONFIG is not set
+# LDSO_RUNPATH is not set
+UCLIBC_HAS_THREADS_NATIVE=y
+PTHREADS_DEBUG_SUPPORT=y
+UCLIBC_HAS_UTMPX=y
+UCLIBC_HAS_UTMP=y
+UCLIBC_SUSV3_LEGACY=y
+UCLIBC_SUSV4_LEGACY=y
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
+UCLIBC_HAS_GETPT=y
+UCLIBC_HAS_LIBUTIL=y
+UCLIBC_HAS_IPV6=y
+UCLIBC_HAS_RPC=y
+UCLIBC_HAS_FULL_RPC=y
+UCLIBC_HAS_REENTRANT_RPC=y
+UCLIBC_USE_NETLINK=y
+UCLIBC_SUPPORT_AI_ADDRCONFIG=y
+UCLIBC_HAS_RESOLVER_SUPPORT=y
+UCLIBC_HAS_CTYPE_CHECKED=y
+UCLIBC_HAS_LOCALE=y
+UCLIBC_HAS_XLOCALE=y
+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
+UCLIBC_HAS_PRINTF_M_SPEC=y
+UCLIBC_HAS_FTW=y
+UCLIBC_HAS_GNU_GLOB=y
+RUNTIME_PREFIX="/"
+DEVEL_PREFIX="/usr"
+UCLIBC_BUILD_NOW=y
+UCLIBC_HAS_BACKTRACE=y
diff --git a/buildroot/target/device/armadeus/uClibc-ng.config b/buildroot/target/device/armadeus/uClibc-ng.config
index 51cd20e..57bfdf3 120000
--- a/buildroot/target/device/armadeus/uClibc-ng.config
+++ b/buildroot/target/device/armadeus/uClibc-ng.config
@@ -1 +1 @@
-uClibc-ng-1.0.14.config
\ No newline at end of file
+uClibc-ng-1.0.22.config
\ No newline at end of file
hooks/post-receive
--
armadeus
|