diff options
author | Magnus Granberg <zorry@gentoo.org> | 2012-04-17 19:36:25 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2012-04-17 19:36:25 +0200 |
commit | 98bc1c117b5298a58f18fa110ef10ccd2244ab7c (patch) | |
tree | ee5513401f4d48dc1c46e9cb768caf80a6e9ad8b | |
parent | Updated config.in patch for upstream (diff) | |
download | hardened-gccpatchset-98bc1c117b5298a58f18fa110ef10ccd2244ab7c.tar.gz hardened-gccpatchset-98bc1c117b5298a58f18fa110ef10ccd2244ab7c.tar.bz2 hardened-gccpatchset-98bc1c117b5298a58f18fa110ef10ccd2244ab7c.zip |
Fix a typo in the ssp_uclibc_check patch tag 0.5.2
-rw-r--r-- | gcc-4.6.0/piepatch/13_all_gcc46_ssp_uclibc_check.patch | 2 | ||||
-rw-r--r-- | gcc-4.6.0/piepatch/README.Changelog | 3 | ||||
-rw-r--r-- | gcc-4.6.0/piepatch/README.history | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/gcc-4.6.0/piepatch/13_all_gcc46_ssp_uclibc_check.patch b/gcc-4.6.0/piepatch/13_all_gcc46_ssp_uclibc_check.patch index c0abb3e..7c5bd76 100644 --- a/gcc-4.6.0/piepatch/13_all_gcc46_ssp_uclibc_check.patch +++ b/gcc-4.6.0/piepatch/13_all_gcc46_ssp_uclibc_check.patch @@ -54,7 +54,7 @@ +echo "$as_me:$LINENO: result: $enable_esp_SSP" >&5 +echo "${ECHO_T}$enable_esp_SSP" >&6 + -+if test x$$enable_esp_SSP = xyes; then ++if test x$enable_esp_SSP = xyes; then + +cat >>confdefs.h <<\_ACEOF +#define ENABLE_ESP_SSP 1 diff --git a/gcc-4.6.0/piepatch/README.Changelog b/gcc-4.6.0/piepatch/README.Changelog index d903cb9..f17d195 100644 --- a/gcc-4.6.0/piepatch/README.Changelog +++ b/gcc-4.6.0/piepatch/README.Changelog @@ -1,3 +1,6 @@ +0.5.2 Magnus Granberg <zorry@gentoo.org> + * gcc/configure Fix a type in the ENABLE_ESP_SSP check + 0.5.1 Magnus Granberg <zorry@gentoo.org> * gcc/config.in Add define for ENABLE_ESP_SSP diff --git a/gcc-4.6.0/piepatch/README.history b/gcc-4.6.0/piepatch/README.history index 6fd4386..8d3ee19 100644 --- a/gcc-4.6.0/piepatch/README.history +++ b/gcc-4.6.0/piepatch/README.history @@ -1,3 +1,5 @@ +0.5.2 17 Apr 2012 + U 13_all_gcc46_ssp_uclibc_check.patch 0.5.1 03 Apr 2012 13_all_gcc46_ssp_uclibc_check.patch + 30_all_gcc46_esp.h.patch |