Subject: Re: cc vs gcc in elm
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Rene Hexel <rh@netbsd.org>
List: tech-pkg
Date: 10/11/2002 20:57:12
On Fri, 2002-10-11 at 20:36, Manuel Bouyer wrote:

> easiest would probably be to change it to always call gcc.

  This won't work on systems where there is no 'gcc' executable (MacOSX,
for example).

  Better replace cc with something like @CC@ in the config.sh script.
This can then be replaced with the content of ${CC} in the pre-configure
sed rules (in a similar fashion LOCALBASE and PREFIX are already being
replaced).

  Cheers
      ,
   Rene