Skip to content

Commit

Permalink
Merge pull request crosstool-ng#1952 from foss-for-synopsys-dwc-arc-p…
Browse files Browse the repository at this point in the history
…rocessors/ykolerov-newlib-nano

newlib: Add missing linker options for nano.specs
  • Loading branch information
bhundven authored May 16, 2023
2 parents a76001d + ce6467f commit efb84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/companion_libs/350-newlib_nano.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ EOF
-idirafter %:getenv(GCC_EXEC_PREFIX ../../newlib-nano/${CT_TARGET}/include) %(newlib_nano_cc1plus)
*link:
-L%:getenv(GCC_EXEC_PREFIX ../../newlib-nano/${CT_TARGET}/lib/%M) -L%:getenv(GCC_EXEC_PREFIX ../../newlib-nano/${CT_TARGET}/lib)
-L%:getenv(GCC_EXEC_PREFIX ../../newlib-nano/${CT_TARGET}/lib/%M) -L%:getenv(GCC_EXEC_PREFIX ../../newlib-nano/${CT_TARGET}/lib) %(newlib_nano_link)
EOF
fi
Expand Down

0 comments on commit efb84ea

Please sign in to comment.