summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2017-04-15 19:42:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-16 10:39:32 +0200
commitfe8e6a85a49f96e967f1b408fc79f719f66800a1 (patch)
tree0fefd3fd04e1d4cdca50ffd9d79dbe58d274205d /package
parenta76c88338743b31e60bf37c11b65b2193f4cde04 (diff)
downloadbuildroot-fe8e6a85a49f96e967f1b408fc79f719f66800a1.tar.gz
buildroot-fe8e6a85a49f96e967f1b408fc79f719f66800a1.zip
Revert "package/xenomai: disable obstack support"
This reverts commit e87644cb2abb78c5bf3bd0c3c6955c202e798ef2. The issue is now fixed in Xenomai, let use Xenomai obstack support if it's not already available from the libc. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/xenomai/xenomai.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
index b7be842a6a..f68ff90363 100644
--- a/package/xenomai/xenomai.mk
+++ b/package/xenomai/xenomai.mk
@@ -38,12 +38,6 @@ else
XENOMAI_CONF_OPTS += --disable-smp
endif
-# Obstack support in Xenomai is broken when the libc doesn't support
-# obstack support itself. Make sure we disable obstack support for all
-# libc since it was removed in uClibc-ng since 1.0.21 release and it's
-# always disabled with Glibc.
-XENOMAI_CONF_OPTS += CFLAGS="$(TARGET_CFLAGS) -DELIDE_CODE"
-
define XENOMAI_REMOVE_DEVFILES
for i in xeno-config xeno-info wrap-link.sh ; do \
rm -f $(TARGET_DIR)/usr/bin/$$i ; \
OpenPOWER on IntegriCloud