diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-10-02 14:52:07 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2010-10-02 14:52:07 +0000 |
commit | ffedf5114c8bdd5b024fb87e23b935e7d90c6ff3 (patch) | |
tree | 2bc93cf6744bf10457800aad14d751389a4dc261 /ChangeLog | |
parent | 8b932a71067075d3e0fcf99fc5bce499df08d96f (diff) | |
download | gcc-ffedf5114c8bdd5b024fb87e23b935e7d90c6ff3.tar.gz |
Allow to pass separate configure arguments for build, host and target.
/:
PR bootstrap/45326
PR bootstrap/45174
* configure.ac: Honor initial values of $build_configargs,
$host_configargs, $target_configargs. Mark the precious, so
environment settings get recorded.
* configure: Regenerate.
gcc/:
* doc/install.texi (Configuration): Document build_configargs,
host_configargs, target_configargs.
From-SVN: r164904
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4b89e3c5089..031a4b24e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + PR bootstrap/45326 + PR bootstrap/45174 + * configure.ac: Honor initial values of $build_configargs, + $host_configargs, $target_configargs. Mark the precious, so + environment settings get recorded. + * configure: Regenerate. + 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> PR bootstrap/45796 |