[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [DotGNU]write a GCC->aCC wrapper! (was Re: hpux issues)
From: |
Rhys Weatherley |
Subject: |
Re: [DotGNU]write a GCC->aCC wrapper! (was Re: hpux issues) |
Date: |
Tue, 28 May 2002 08:26:51 +1000 |
> > AC_PROG_CC(aCC gcc cc)
> > AC_PROG_CXX(aCC gcc cc)
>
> Another, perhaps more elegant solution would be to write a wrapper
> around aCC that behaved like gcc.
Or:
CC=aCC ./configure
Changing the tools that configure uses is pretty easy
using environment variables. There is rarely any need
to change configure.in to modify the tools.
This doesn't solve the "gen_errno.sh" problem, which
is easy to work around using temporary files.
Cheers,
Rhys.