diff options
Diffstat (limited to 'sys-boot/refind/files/refind-0.12.0-gcc10.patch')
-rw-r--r-- | sys-boot/refind/files/refind-0.12.0-gcc10.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-boot/refind/files/refind-0.12.0-gcc10.patch b/sys-boot/refind/files/refind-0.12.0-gcc10.patch new file mode 100644 index 00000000000..1f2e2bc0a5d --- /dev/null +++ b/sys-boot/refind/files/refind-0.12.0-gcc10.patch @@ -0,0 +1,11 @@ +--- a/Make.common ++++ b/Make.common +@@ -60,7 +60,7 @@ + # + + # ...for both GNU-EFI and TianoCore.... +-OPTIMFLAGS = -Os -fno-strict-aliasing ++OPTIMFLAGS = -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns + CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fshort-wchar -Wall + + # ...for GNU-EFI.... |