You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config/microblaze: fix whitespace in LINK_SPEC is breaking linking
whitespace is causing the intended output of `-dT xilinx.ld%s` to be split
and takeninto if-exists-then-else as 2nd and 3rd arguments so LINK_SPEC
emits `-dT` when xilinx.ld is found, and emits xilinx.ld when not found.
Signed-off-by: Alp Sayin <alpsayin@gmail.com>
0 commit comments