summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/db/db_6.0.35.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-support/db/db_6.0.35.bb b/meta/recipes-support/db/db_6.0.35.bb
index 32afbe82d8..0f69cab761 100644
--- a/meta/recipes-support/db/db_6.0.35.bb
+++ b/meta/recipes-support/db/db_6.0.35.bb
@@ -77,15 +77,6 @@ do_configure() {
77 oe_runconf 77 oe_runconf
78} 78}
79 79
80# Override the MUTEX setting here, the POSIX library is
81# the default - "POSIX/pthreads/library".
82# Don't ignore the nice SWP instruction on the ARM:
83# These enable the ARM assembler mutex code
84ARM_MUTEX = "--with-mutex=ARM/gcc-assembly"
85MUTEX = ""
86MUTEX_arm = "${ARM_MUTEX}"
87MUTEX_armeb = "${ARM_MUTEX}"
88EXTRA_OECONF += "${MUTEX}"
89EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" 80EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
90EXTRA_OEMAKE += "STRIP=true" 81EXTRA_OEMAKE += "STRIP=true"
91 82