Package: gprbuild
Followup-For: Bug #763879
Control: tags -1 + fixed pending

Hello.
I have reproduced and found a fix on amd64.
You may test it on armhf with these commands

# cp -a /usr/share/gprconfig .
# patch -p0 <<EOF
--- gprconfig/linker.xml
+++ gprconfig/linker.xml
@@ -645,7 +645,7 @@
        <compiler name="GNAT" />
     </compilers>
     <config>
-   for Library_Partial_Linker use ("${PATH(ada)}${PREFIX(ada)}gcc", 
"-nostdlib", "-Wl,-r", "-o");
+   for Library_Partial_Linker use ("${PATH(ada)}${PREFIX(ada)}gnatgcc", 
"-nostdlib", "-Wl,-r", "-o");
     </config>
   </configuration>
EOF
# rm -fr lib obj
# gprbuild --db- --db gprconfig -p build_lib.gpr


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to