Commit 2f4fc7b
committed
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>1 parent 590fb2e commit 2f4fc7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments