diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-22 15:20:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-22 15:20:22 +0200 |
commit | c9952d01d5058e26b4d913079cc55f60027e315c (patch) | |
tree | 22ab8b7c4d6157e04e469459ed44b44b05f2663c /toolchain/eglibc | |
parent | 802675c2e476a9c490baa9488dd1b49a17f32d23 (diff) |
add omxplayer for raspberry pi
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Makefile | 2 | ||||
-rw-r--r-- | toolchain/eglibc/eglibc.config | 2 |
2 files changed, 2 insertions, 2 deletions
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 |