diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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 | ||
588 | export LDFLAGS = "${TARGET_LDFLAGS}" | 588 | export LDFLAGS = "${TARGET_LDFLAGS}" |
589 | export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}" | 589 | export 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 |
595 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " | 592 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " |