commit: ecc3ba06c22edee6b22d2e8e5e05031d18fa372a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 9 19:54:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 19:54:22 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=ecc3ba06
15.0.0: fix comment in 04_all_nossp-on-nostdlib.patch Signed-off-by: Sam James <sam <AT> gentoo.org> 15.0.0/gentoo/04_all_nossp-on-nostdlib.patch | 3 ++- 15.0.0/gentoo/README.history | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch b/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch index 30c5825..e17b6a3 100644 --- a/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch +++ b/15.0.0/gentoo/04_all_nossp-on-nostdlib.patch @@ -1,4 +1,5 @@ -│Disable ssp on -nostdlib, -nodefaultlibs and -ffreestanding +Disable ssp on -nostdlib, -nodefaultlibs and -ffreestanding + https://bugs.gentoo.org/484714 --- a/gcc/gcc.cc +++ b/gcc/gcc.cc diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 3d561ee..4b1d9e8 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,5 +1,6 @@ ? ???? + U 04_all_nossp-on-nostdlib.patch - 07_all_libiberty-asprintf.patch - 78_all_gcc_don-t-enable-fext-dce-with-O2-for-now.patch
