aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@twcny.rr.com>2002-06-19 23:53:29 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-06-19 19:53:29 -0400
commit7a0be4657d8d87889b8d971456d0a167b190f2f8 (patch)
tree0ffba283a1d19aa92a2f77a604db8b9bbab87add /ChangeLog
parent0c639b897e834e34131ba5fc962b33f9e9521065 (diff)
downloadgcc-7a0be4657d8d87889b8d971456d0a167b190f2f8.zip
gcc-7a0be4657d8d87889b8d971456d0a167b190f2f8.tar.gz
gcc-7a0be4657d8d87889b8d971456d0a167b190f2f8.tar.bz2
configure.in: Move definition of libstdcxx_flags right above usage, rather than waaay earlier.
* configure.in: Move definition of libstdcxx_flags right above usage, rather than waaay earlier. From-SVN: r54809
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a842b61..10e6e08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
+ * configure.in: Move definition of libstdcxx_flags
+ right above usage, rather than waaay earlier.
+
* configure.in: Pull definition of is_cross_compiler earlier.
* configure.in: Rearrange a little.