aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-07-27 18:28:32 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2005-07-27 18:28:32 +0000
commita9fdd4720c522c52f4345fcc088ddb74398fd669 (patch)
treee4d8c8d7fa5b4512adf5d4b69092ac796a85502f /gcc
parent2bd1e239eed6f64319af87e9f437eab1ca83d63e (diff)
downloadgcc-a9fdd4720c522c52f4345fcc088ddb74398fd669.zip
gcc-a9fdd4720c522c52f4345fcc088ddb74398fd669.tar.gz
gcc-a9fdd4720c522c52f4345fcc088ddb74398fd669.tar.bz2
Index: gcc/ChangeLog
2005-07-25 Geoffrey Keating <geoffk@apple.com> * doc/install.texi (Prerequisites): Mention that perl is needed to do export control in libstdc++ targetting Darwin. Index: libstdc++-v3/ChangeLog 2005-07-25 Geoffrey Keating <geoffk@apple.com> * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Handle darwin-export, and make it the default for Darwin. * scripts/make-exports.pl: New. * src/Makefile.am: Update for changes to GLIBCXX_ENABLE_SYMVERS. Handle darwin-export. * configure: Regenerate. * include/Makefile.in: Regenerate. * libmath/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * po/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. From-SVN: r102435
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 363c960..baca021 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-25 Geoffrey Keating <geoffk@apple.com>
+
+ * doc/install.texi (Prerequisites): Mention that perl is needed
+ to do export control in libstdc++ targetting Darwin.
+
2005-07-27 Steven Bosscher <stevenb@suse.de>
PR rtl-optimization/17808
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 56888f1..c1853bd 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -398,6 +398,8 @@ snapshots of the development sources are also available via FTP@.
Necessary when regenerating @file{Makefile} dependencies in libiberty.
Necessary when regenerating @file{libiberty/functions.texi}.
Necessary when generating manpages from Texinfo manuals.
+Necessary when targetting Darwin, building libstdc++,
+and not using @option{--disable-symvers}.
Used by various scripts to generate some files included in CVS (mainly
Unicode-related and rarely changing) from source tables.