mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
31f08be6a3
Note you need an existing gnat compiler to build this. (A package will do.) PR: 3687 Submitted by: Maurice Castro <maurice@planet.serc.rmit.edu.au> and Daniel M. Eischen <deischen@iworks.InterWorks.org>
20 lines
658 B
Plaintext
20 lines
658 B
Plaintext
*** gcc/ada/gnatcmd.adb.orig Wed Jun 4 17:47:51 1997
|
|
--- gcc-2.7.2.1/ada/gnatcmd.adb Wed Jun 4 17:48:17 1997
|
|
***************
|
|
*** 899,905 ****
|
|
|
|
(Cname => new S'("COMPILE"),
|
|
Usage => new S'("GNAT COMPILE file file .. file /qualifiers"),
|
|
! Unixcmd => new S'("gcc -c"),
|
|
Switches => GCC_Switches'Access,
|
|
Minfile => 1,
|
|
Maxfile => 0,
|
|
--- 899,905 ----
|
|
|
|
(Cname => new S'("COMPILE"),
|
|
Usage => new S'("GNAT COMPILE file file .. file /qualifiers"),
|
|
! Unixcmd => new S'("adagcc -c"),
|
|
Switches => GCC_Switches'Access,
|
|
Minfile => 1,
|
|
Maxfile => 0,
|