aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a75e4d4..8b502b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-06 Kazu Hirata <kazu@codesourcery.com>
+
+ * doc/install.texi (--disable-libssp): New.
+
2005-07-06 Fariborz Jahanian <fjahanian@apple.com>
* doc/invoke.texi: Update -fforce-mem documentation.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 5f8f637..5ad9893 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1068,6 +1068,10 @@ be built. This can be useful for debugging, or for compatibility with
previous Ada build procedures, when it was required to explicitly
do a @samp{make -C gcc gnatlib_and_tools}.
+@item --disable-libssp
+Specify that the run-time libraries for stack smashing protection
+should not be built.
+
@item --with-dwarf2
Specify that the compiler should
use DWARF 2 debugging information as the default.