forked from Lainports/opnsense-ports
20 lines
653 B
XML
20 lines
653 B
XML
--- share/gprconfig/gnat.xml.orig 2014-10-13 22:03:37 UTC
|
|
+++ share/gprconfig/gnat.xml
|
|
@@ -63,7 +63,7 @@
|
|
</config>
|
|
</configuration>
|
|
|
|
- <!-- GNAT -->
|
|
+ <!-- GNAT (tailored to lang/gcc5-aux) -->
|
|
<configuration>
|
|
&filter_gnat;
|
|
<config>
|
|
@@ -75,7 +75,7 @@
|
|
end Naming;
|
|
|
|
package Compiler is
|
|
- for Driver ("Ada") use "${PATH(ada)}${PREFIX(ada)}gcc";
|
|
+ for Driver ("Ada") use "${PATH(ada)}${PREFIX(ada)}ada";
|
|
for Language_Kind ("Ada") use "unit_based";
|
|
for Dependency_Kind ("Ada") use "ALI_File";
|
|
for Leading_Required_Switches ("Ada") use
|