diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.37.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.37.bb b/meta/recipes-core/glibc/glibc_2.37.bb index b27f98fb19..3387441cad 100644 --- a/meta/recipes-core/glibc/glibc_2.37.bb +++ b/meta/recipes-core/glibc/glibc_2.37.bb | |||
@@ -103,10 +103,12 @@ do_configure () { | |||
103 | # version check and doesn't really help with anything | 103 | # version check and doesn't really help with anything |
104 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" | 104 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" |
105 | find ${S} -name "configure" | xargs touch | 105 | find ${S} -name "configure" | xargs touch |
106 | CPPFLAGS="" oe_runconf | 106 | CPPFLAGS="" LD="${HOST_PREFIX}ld.bfd ${TOOLCHAIN_OPTIONS}" oe_runconf |
107 | } | 107 | } |
108 | 108 | ||
109 | LDFLAGS += "-fuse-ld=bfd" | 109 | LDFLAGS += "-fuse-ld=bfd" |
110 | CC += "-fuse-ld=bfd" | ||
111 | |||
110 | do_compile () { | 112 | do_compile () { |
111 | base_do_compile | 113 | base_do_compile |
112 | echo "Adjust ldd script" | 114 | echo "Adjust ldd script" |