diff --git a/support/bsp_sources/target.py b/support/bsp_sources/target.py index 97bdf43e..67f25203 100644 --- a/support/bsp_sources/target.py +++ b/support/bsp_sources/target.py @@ -372,7 +372,7 @@ def dump_runtime_xml(self, rts_name, rts): ret += blank + \ '"-nostartfiles", "-nolibc", ' + \ - '"-Wl,--start-group,-lgnarl,-lgnat,-lc,-lgcc,-lgcc_eh,--end-group",' + '"-Wl,--start-group,-lgnarl,-lgnat,-lc,-lgcc,--end-group",' # Add the user script path first, so that they have precedence ret += '\n' + blank + '"-L${RUNTIME_DIR(ada)}/ld_user"'