We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9a263 commit 692ff72Copy full SHA for 692ff72
gcc/config/microblaze/microblaze.h
@@ -110,7 +110,7 @@ extern enum pipeline_type microblaze_pipe;
110
%{Zxl-mode-xmdstub:-defsym _TEXT_START_ADDR=0x800} \
111
%{mxl-mode-xmdstub:-defsym _TEXT_START_ADDR=0x800} \
112
%{mxl-gp-opt:%{G*}} %{!mxl-gp-opt: -G 0} \
113
- %{!r:%{!T*: -dT xilinx.ld%s}}"
+ %{!r:%{!T*: %:if-exists-then-else(%:find-file(xilinx.ld) -dT xilinx.ld%s)}}"
114
115
/* Specs for the compiler proper */
116
0 commit comments