mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Add GCC 10.4.0
Last version of GCC that can be compiled with GCC 4.7.
This commit is contained in:
parent
d854915ad3
commit
dd8bf0921f
10 changed files with 346 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
GCC 4.7 doesn't have fisolate-erroneous-paths-dereference. Hence
|
||||
this line does nothing.
|
||||
|
||||
--- libgcc/generic-morestack.c 2023-01-25 16:52:35.382471998 +1100
|
||||
+++ libgcc/generic-morestack.c 2023-01-25 16:52:40.773585043 +1100
|
||||
@@ -23,8 +23,6 @@
|
||||
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
-#pragma GCC optimize ("no-isolate-erroneous-paths-dereference")
|
||||
-
|
||||
/* powerpc 32-bit not supported. */
|
||||
#if !defined __powerpc__ || defined __powerpc64__
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue