diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-18 15:49:06 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-05-18 15:49:06 +0000 |
commit | 9b52096310e64a6acd43365bad581f36642e7b5b (patch) | |
tree | 5bfb4af279c3578f9ceb3e884850dbf2ed06d7c2 /config/ChangeLog | |
parent | 8dc6cea2e87573b465f1810e54ab44d344f17cd0 (diff) | |
download | newlib-9b52096310e64a6acd43365bad581f36642e7b5b.zip newlib-9b52096310e64a6acd43365bad581f36642e7b5b.tar.gz newlib-9b52096310e64a6acd43365bad581f36642e7b5b.tar.bz2 |
<top level>
* configure.in: Switch more things to use maybe dependencies.
Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
* configure: Regenerate.
* Makefile.tpl: Switch more things to use maybe dependencies.
* Makefile.in: Regenerate.
<config>
* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
_GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
GCC_TOPLEV_SUBDIRS.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 091f6fd..c34635d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> + + * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, + _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, + GCC_TOPLEV_SUBDIRS. + 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> * mh-dgux: Delete. |