1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/lang/gnat/files/patch-ae
Steve Price 0b588ecd16 Upgrade to version 3.10p and do a little portlint cleaning.
PR:		5138
Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
1998-01-18 09:08:45 +00:00

20 lines
666 B
Plaintext

*** gcc-2.7.2.1/ada/gnatcmd.adb.orig Thu Aug 14 00:02:49 1997
--- gcc-2.7.2.1/ada/gnatcmd.adb Sun Nov 16 09:23:23 1997
***************
*** 987,993 ****
(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,
--- 987,993 ----
(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,