summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 6ecf78b078..15f6da71cc 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -587,9 +587,6 @@ TARGET_LINK_HASH_STYLE ?= "${@['-Wl,--hash-style=gnu',''][d.getVar('LINKER_HASH_
587 587
588export LDFLAGS = "${TARGET_LDFLAGS}" 588export LDFLAGS = "${TARGET_LDFLAGS}"
589export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}" 589export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}"
590#export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${libdir} \
591# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \
592# -Wl,-O1"
593 590
594# Pass parallel make options to the compile task 591# Pass parallel make options to the compile task
595EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " 592EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "