Skip to content

Commit

Permalink
Merge pull request #1681 from YoeDistro/yoe/pu
Browse files Browse the repository at this point in the history
imx-atf: Explicitly demand BFD linker
  • Loading branch information
otavio authored Nov 1, 2023
2 parents dd7acc0 + 79bfb17 commit ee4dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/imx-atf/imx-atf_2.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def remove_options_tail (in_string):
from itertools import takewhile
return ' '.join(takewhile(lambda x: not x.startswith('-'), in_string.split(' ')))

EXTRA_OEMAKE += 'LD="${@remove_options_tail(d.getVar('LD'))}"'
EXTRA_OEMAKE += 'LD="${@remove_options_tail(d.getVar('LD'))}.bfd"'

EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"'

Expand Down

0 comments on commit ee4dc92

Please sign in to comment.