mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Revert "package/xenomai: disable obstack support"
This reverts commit e87644cb2a.
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a76c883387
commit
fe8e6a85a4
@@ -38,12 +38,6 @@ else
|
|||||||
XENOMAI_CONF_OPTS += --disable-smp
|
XENOMAI_CONF_OPTS += --disable-smp
|
||||||
endif
|
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
|
define XENOMAI_REMOVE_DEVFILES
|
||||||
for i in xeno-config xeno-info wrap-link.sh ; do \
|
for i in xeno-config xeno-info wrap-link.sh ; do \
|
||||||
rm -f $(TARGET_DIR)/usr/bin/$$i ; \
|
rm -f $(TARGET_DIR)/usr/bin/$$i ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user