diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.31.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb index 9f299a7bc3..2032311b27 100644 --- a/meta/recipes-core/glibc/glibc_2.31.bb +++ b/meta/recipes-core/glibc/glibc_2.31.bb | |||
@@ -91,9 +91,8 @@ do_configure () { | |||
91 | CPPFLAGS="" oe_runconf | 91 | CPPFLAGS="" oe_runconf |
92 | } | 92 | } |
93 | 93 | ||
94 | LDFLAGS += "-fuse-ld=bfd" | ||
94 | do_compile () { | 95 | do_compile () { |
95 | # -Wl,-rpath-link <staging>/lib in LDFLAGS can cause breakage if another glibc is in staging | ||
96 | LDFLAGS="-fuse-ld=bfd" | ||
97 | base_do_compile | 96 | base_do_compile |
98 | echo "Adjust ldd script" | 97 | echo "Adjust ldd script" |
99 | if [ -n "${RTLDLIST}" ] | 98 | if [ -n "${RTLDLIST}" ] |