/[packages]/cauldron/refind/current/SOURCES/disable-gcc-memmove-opt.patch
ViewVC logotype

Contents of /cauldron/refind/current/SOURCES/disable-gcc-memmove-opt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1583319 - (show annotations) (download)
Tue May 12 10:42:49 2020 UTC (3 years, 11 months ago) by martinw
File size: 393 byte(s)
- new version 0.12.0
- fix build with GCC 10

1 --- a/Make.common 2020-05-12 09:58:14.103795833 +0100
2 +++ b/Make.common 2020-05-12 11:22:53.443565644 +0100
3 @@ -61,7 +61,7 @@
4 #
5
6 # ...for both GNU-EFI and TianoCore....
7 -OPTIMFLAGS = -Os -fno-strict-aliasing
8 +OPTIMFLAGS = -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns
9 CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fshort-wchar -Wall
10
11 # ...for GNU-EFI....

  ViewVC Help
Powered by ViewVC 1.1.30