[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
config.sub generation bug?
- Date: Thu, 02 Apr 2009 20:23:47 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: config.sub generation bug?
ORMANCEY Nicolas wrote:
> Hi Ralf,
>
>
>
> The file config.sub isn't present in the source tree before the bootstrap
> command and the data that it contains are function of some configuration
> files.
>
> So my question is which configuration file are read to create the config.sub
> file
None. This file is being installed when running automake --install
(copied over from automake) - It is not generated, there is no input file.
> What do you mean by :You can not add cpus ad lib.
config.sub is of central importance to _all_ GNU-/GNU-based projects.
It is centrally administrated by the config project at
http://savannah.gnu.org from which all GNU projects inherit it.
On a wider scale, unless you are a cpu manufacturer and/or compiler
manufacturer, your plan to add "your cpu" hardly makes sense.
But to be able to give a more detailed answer, you'd have to provide
more details about what you intend to do.
Ralf