home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / dsp / 2873 < prev    next >
Encoding:
Text File  |  1992-12-26  |  1.3 KB  |  34 lines

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!news.funet.fi!polaris!polaris!antsu
  2. From: antsu@polaris.utu.fi (Antti-Pekka Virtanen)
  3. Newsgroups: comp.dsp
  4. Subject: Re: Motorola's gcc diffs?
  5. Message-ID: <ANTSU.92Dec26181819@polaris.utu.fi>
  6. Date: 26 Dec 92 18:18:19 GMT
  7. References: <Bzs3CD.26o@world.std.com> <1992Dec25.181709.19960@qcj.icon.com>
  8. Sender: antsu@polaris.utu.fi (Antti-Pekka Virtanen)
  9. Organization: University of Turku, Computing Centre
  10. Lines: 21
  11. In-Reply-To: jensenq@qcj.icon.com's message of Fri, 25 Dec 1992 18:17:09 GMT
  12.  
  13.  
  14. The following is the gcc/version.c of the gcc source in nic.funet.fi:
  15.  
  16. /* $Id: version.c,v 1.47 92/05/26 11:01:27 pete Exp $ */
  17. char *version_string = "1.37.1";
  18. /* for motorola DSP: CVS will automatically insert the latest tag, x in between
  19.  * the two @s when cvs tag x gcc is run
  20.  */
  21. char *motorola_version_string = "Motorola 1.03";
  22.  
  23. It seems pretty much like the original thing to me.
  24.  
  25. Regds, Antti-Pekka
  26.  
  27. --
  28.  **************************************************************
  29.  * Mail: Antti-Pekka Virtanen  E-Mail:   antsu@utu.fi         *
  30.  *       Arholankuja 3 as 21             antsu@mea.utu.fi     *
  31.  *       SF-21100 Naantali               antsu@nic.funet.fi   *
  32.  *       Finland                         antsu@sandra.pp.fi   *
  33.  **************************************************************
  34.