diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1997-09-17 19:55:30 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1997-09-17 19:55:30 -0400 |
commit | f996e5138bb66e15678f1623438eeb9daec9ed4b (patch) | |
tree | 4910dcc36a77ce4ffe1c34339c04b41e337c6692 | |
parent | 4e8a434e98c9e4cd58f03c3ab1f27e0e8907d3a4 (diff) | |
download | gcc-f996e5138bb66e15678f1623438eeb9daec9ed4b.zip gcc-f996e5138bb66e15678f1623438eeb9daec9ed4b.tar.gz gcc-f996e5138bb66e15678f1623438eeb9daec9ed4b.tar.bz2 |
configure.in, configure: Make sure to create the stage* and include symbolic links in each subdirectory...
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.
From-SVN: r15529
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b85caf9..93996cf2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +1997-09-17 Brendan Kehoe <brendan@lisa.cygnus.com> + + * configure.in, configure: Make sure to create the stage* and include + symbolic links in each subdirectory, as we do in configure.lang for + non-autoconf configurations. + Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com) * v850.c (construct_save_jarl): Fix thinko in last change. |