diff options
author | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-10 20:23:20 +0200 |
---|---|---|
committer | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-10 20:23:20 +0200 |
commit | ada2fa0d2f4dfaa40e2b8ef958a6b0eea491e449 (patch) | |
tree | 215868324c877328489e8619c0ef98fcc6cb0a91 /espf-gcc-4.4.3/10_all_gcc44_configure.patch | |
parent | updated the todo (diff) | |
download | hardened-gccpatchset-ada2fa0d2f4dfaa40e2b8ef958a6b0eea491e449.tar.gz hardened-gccpatchset-ada2fa0d2f4dfaa40e2b8ef958a6b0eea491e449.tar.bz2 hardened-gccpatchset-ada2fa0d2f4dfaa40e2b8ef958a6b0eea491e449.zip |
Updated some text in files on espf-gcc-4.4.3
Diffstat (limited to 'espf-gcc-4.4.3/10_all_gcc44_configure.patch')
-rw-r--r-- | espf-gcc-4.4.3/10_all_gcc44_configure.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/espf-gcc-4.4.3/10_all_gcc44_configure.patch b/espf-gcc-4.4.3/10_all_gcc44_configure.patch index b41a857..e5856f4 100644 --- a/espf-gcc-4.4.3/10_all_gcc44_configure.patch +++ b/espf-gcc-4.4.3/10_all_gcc44_configure.patch @@ -1,15 +1,17 @@ -2009-12-23 Magnus Granberg <zorry@ume.nu> +2010-04-10 Magnus Granberg <zorry@gentoo.org> * configure Add --enable-espf. Add-fno-stack-protector to stage1_cflags. * gcc/configure Check -z now and -z relro. Check if we support FORTIFY_SOURCES level 2. Define ENABLE_ESPF. - Check if we support crtbeginTS and define ENABLE_CRTBEGINTS. * libmudflap/configure Add AC_SUBST enable_espf. On Gentoo * gcc/configure We don't need to check for FORTIFY_SOURCES support. + Check if the compiler support -fstack-protector and define HAVE_GCC_SSP. + Check if we support crtbeginTS and define ENABLE_CRTBEGINTS. + Add AC_SUBST enable_crtbeginTS. --- configure 2009-04-29 01:16:59.000000000 +0200 +++ configure 2009-07-21 18:45:41.000000000 +0200 |