diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-06 21:26:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-06 21:26:23 +0000 |
commit | ef0087a7a0f1b38a0940085a95f22847d8a10a54 (patch) | |
tree | e4c225fd418923cdfb0f28cb9e681d9c5f368cf1 /gcc | |
parent | 1d8eeb6305f34833ff3ca867ace263ac5a46645a (diff) | |
download | gcc-ef0087a7a0f1b38a0940085a95f22847d8a10a54.zip gcc-ef0087a7a0f1b38a0940085a95f22847d8a10a54.tar.gz gcc-ef0087a7a0f1b38a0940085a95f22847d8a10a54.tar.bz2 |
configure.in: Add --enable-libssp and --disable-libssp.
* configure.in: Add --enable-libssp and --disable-libssp.
* configure: Regenerate with autoconf-2.13.
* gcc/doc/install.texi (--disable-libssp): New.
From-SVN: r101668
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
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. |