This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFC] Suggested replacement for specs and switch handling


> In our environment, the location were applications are compiled is
> at a different location from where applications are installed and run
> - and the installation environment is a read-only, replicated
> filesystem. Systems that rely on run-time modification of
> configuration files cannot be deployed in such an environment.

Well, if it's read-only that means you can't do any upgrades or
modifications.  So in that case, you'd want to pre-build the driver
data file on the build system, and then cast it in stone or ROM or
whatever.

> In addition, the scheme proposed makes it really hard to back out an
> installed upgrade.  I actually prefer each release having its own
> independent configuration files, specifically for this reason.

The original scheme didn't allow any upgrades - only wholsale driver
replacements.  The scheme I proposed allos to add and remove configuration
files.  After removing a frontend & its config file(s), you'd just re-build
the driver data file.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]