From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,91a8e5a9a6030be9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-07 18:27:03 PST Path: nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!pipex!uunet!zib-berlin.de!informatik.tu-muenchen.de!news.muc.de!waporo.muc.de!waporo!re From: re@waporo.muc.de (Rolf Ebert) Newsgroups: comp.lang.ada Subject: Re: Finally there is a real gnatmake Followup-To: comp.lang.ada Date: 8 Jan 1995 03:27:03 +0100 Organization: Rolf Ebert Distribution: world Message-ID: References: In-reply-to: re@waporo.muc.de's message of 8 Jan 1995 03:14:21 +0100 Date: 1995-01-08T03:27:03+01:00 List-Id: And here already is the first patch. It is needed if you pass more than one option to gcc. diff -c3 -r1.1 gnatmake *** 1.1 1995/01/08 02:20:10 --- gnatmake 1995/01/08 02:22:09 *************** *** 5,17 **** # Author : Rolf Ebert # Created On : Sun Jan 8 00:25:31 1995 # Last Modified By: Rolf Ebert ! # Last Modified On: Sun Jan 8 02:21:02 1995 ! # Update Count : 20 # Status : Unknown, Use with caution! # # Copyright (C) 1995 Rolf Ebert (Rolf.Ebert@waporo.muc.de) # ! # $Revision: 1.1 $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by --- 5,17 ---- # Author : Rolf Ebert # Created On : Sun Jan 8 00:25:31 1995 # Last Modified By: Rolf Ebert ! # Last Modified On: Sun Jan 8 03:21:33 1995 ! # Update Count : 21 # Status : Unknown, Use with caution! # # Copyright (C) 1995 Rolf Ebert (Rolf.Ebert@waporo.muc.de) # ! # $Revision: 1.2 $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by *************** *** 119,125 **** $opt_k = 1; } else { ! $opt_gcc .= $ARGV[0]; } shift(@ARGV); } --- 119,125 ---- $opt_k = 1; } else { ! $opt_gcc .= $ARGV[0] . " "; } shift(@ARGV); } Rolf -- Rolf Ebert Beratung fuer Energiesysteme und Informatik Erich Kaestner Str. 17 Conseil en Energetique et Informatique D - 80796 Muenchen (Team Ada) Tel.: +49-89-30.77.88.00 Germany Fax.: +49-89-30.77.91.00