diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-11-17 10:39:46 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-11-17 10:40:22 +0000 |
commit | e51b12808681bd3a097df7832e10b786169195ca (patch) | |
tree | 6113f55414c11d2778cda1d7a09093659f858880 /main/gcc/0001-posix_memalign.patch | |
parent | 2b0a3891bfb422be9142e4a9bb6cff435fafa601 (diff) | |
download | aports-e51b12808681bd3a097df7832e10b786169195ca.tar.gz aports-e51b12808681bd3a097df7832e10b786169195ca.tar.bz2 aports-e51b12808681bd3a097df7832e10b786169195ca.tar.xz |
main/gcc: move gcc 10 partial inlining feature to -O3 or higher due to bugs
Diffstat (limited to 'main/gcc/0001-posix_memalign.patch')
-rw-r--r-- | main/gcc/0001-posix_memalign.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/0001-posix_memalign.patch b/main/gcc/0001-posix_memalign.patch index 826200e09d..09063621a2 100644 --- a/main/gcc/0001-posix_memalign.patch +++ b/main/gcc/0001-posix_memalign.patch @@ -1,7 +1,7 @@ From 4ed2cc3054f444c683f54954c32e586a54066337 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy <nsz@port70.net> Date: Fri, 26 Jan 2018 20:32:50 +0000 -Subject: [PATCH 01/39] posix_memalign +Subject: [PATCH 01/40] posix_memalign --- gcc/config/i386/pmm_malloc.h | 9 +++++---- @@ -38,5 +38,5 @@ index 87344d9383f..ece428df487 100644 else return NULL; -- -2.28.0 +2.29.2 |