This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: about regenerate new configure script file
- From: Ian Lance Taylor <iant at google dot com>
- To: tian xiaonan <tianxiaonan2000 at yahoo dot com dot cn>
- Cc: gcc at gcc dot gnu dot org
- Date: 09 Jan 2008 08:53:07 -0800
- Subject: Re: about regenerate new configure script file
- References: <144833.89343.qm@web15604.mail.cnb.yahoo.com>
tian xiaonan <tianxiaonan2000@yahoo.com.cn> writes:
> Hi, All. I don't know How to regenerate a new
> configure file while added new target on config.sub,
> and gcc/config.gcc. I am a newcomer in using GCC.
Changing config.sub and/or gcc/config.gcc does not require
regenerating the configure script.
If you change configure.in, you will need to regenerate the configure
script. The tool for this is autoconf, as it says at the top of the
gnerated configure file.
Ian