Description: removing attributes of the cc ant task that are not understood
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2023-04-15

--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1599,8 +1599,6 @@
           </targetfiles>
           <sequential>
             <cc outtype="${output.lib.type}"
-                usehighleveltool="true"
-                writesoname="true"
                 objdir="${obj.joglsub}"
                 outfile="${obj.joglsub}/@{output.lib.name}"
                 optimize="${c.compiler.optimise}"
@@ -1729,7 +1727,6 @@
           </targetfiles>
           <sequential>
             <cc outtype="${output.lib.type}"
-                usehighleveltool="true"
                 objdir="${obj.joglsub}"
                 outfile="${obj.jogl}/@{output.lib.name}"
                 optimize="${c.compiler.optimise}"
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -940,8 +940,6 @@
           </targetfiles>
           <sequential>
             <cc outtype="${output.lib.type}"
-                usehighleveltool="true"
-                writesoname="true"
                 objdir="${obj.nativewindow}"
                 outfile="${obj.nativewindow}/@{output.lib.name}"
                 optimize="${c.compiler.optimise}"
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -989,8 +989,6 @@
           </targetfiles>
           <sequential>
             <cc outtype="${output.lib.type}"
-                usehighleveltool="true"
-                writesoname="true"
                 objdir="${obj.newt}"
                 outfile="${obj.newt}/@{output.lib.name}"
                 optimize="${c.compiler.optimise}"
