summaryrefslogtreecommitdiff
path: root/sys-boot/palo/files/palo-2.12-gcc10.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
commit441d1370330332b7d78f238d2f5e13f7aed5e4e0 (patch)
tree6a5171dd615dfeee62a45044144c66e864738fb0 /sys-boot/palo/files/palo-2.12-gcc10.patch
parentab3da91fb6c91a9df52fff8f991570f456fd3c7a (diff)
gentoo christmass resync : 25.12.2020
Diffstat (limited to 'sys-boot/palo/files/palo-2.12-gcc10.patch')
-rw-r--r--sys-boot/palo/files/palo-2.12-gcc10.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/palo/files/palo-2.12-gcc10.patch b/sys-boot/palo/files/palo-2.12-gcc10.patch
deleted file mode 100644
index 7832fbeac942..000000000000
--- a/sys-boot/palo/files/palo-2.12-gcc10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ipl/Makefile
-+++ b/ipl/Makefile
-@@ -39,7 +39,7 @@ endif
- VPATH=../lib:.
-
- AFLAGS = -I../lib
--CFLAGS = -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall -fno-delete-null-pointer-checks
-+CFLAGS = -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall -fno-delete-null-pointer-checks -fno-builtin
- LDFLAGS = -N --section-start .init=0x60000 -e '$$START$$'
-
- all: iplelf