From c9952d01d5058e26b4d913079cc55f60027e315c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 22 Jul 2013 15:20:22 +0200 Subject: add omxplayer for raspberry pi --- toolchain/eglibc/Makefile | 2 +- toolchain/eglibc/eglibc.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/eglibc') diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 58e8e4d72..13a537c05 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -74,7 +74,7 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure $(MAKE) install-headers install-bootstrap-headers=yes cross-compiling=yes \ ); touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs.h - touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs-{32,x32,64,o32,n32}.h + touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs-{32,x32,64,o32,n32,soft,hard}.h touch $@ endif diff --git a/toolchain/eglibc/eglibc.config b/toolchain/eglibc/eglibc.config index 51d307d8e..6c3025f71 100644 --- a/toolchain/eglibc/eglibc.config +++ b/toolchain/eglibc/eglibc.config @@ -9,7 +9,7 @@ # # By default, all option groups are enabled. OPTION_EGLIBC_ADVANCED_INET6 = y -OPTION_EGLIBC_BACKTRACE = n +OPTION_EGLIBC_BACKTRACE = y OPTION_EGLIBC_BIG_MACROS = y OPTION_EGLIBC_BSD = y OPTION_EGLIBC_CXX_TESTS = n -- cgit v1.2.3