summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro.dev@gmail.com>2016-11-02 21:57:07 +0900
committerYuta SATOH <nigoro.dev@gmail.com>2016-11-02 21:57:07 +0900
commit4933d8a774f911cc7ec2b371f62cbcec83447438 (patch)
tree51bd5af28d8fee9e62174022e9680494c06083ad /sys-freebsd/boot0/files/boot0-10.3-uefi-support.patch
parentdev-util/catalyst: added -9999 patches. (diff)
downloadgentoo-bsd-4933d8a774f911cc7ec2b371f62cbcec83447438.tar.gz
gentoo-bsd-4933d8a774f911cc7ec2b371f62cbcec83447438.tar.bz2
gentoo-bsd-4933d8a774f911cc7ec2b371f62cbcec83447438.zip
clean up freebsd 11.0 related files.
Diffstat (limited to 'sys-freebsd/boot0/files/boot0-10.3-uefi-support.patch')
-rw-r--r--sys-freebsd/boot0/files/boot0-10.3-uefi-support.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-freebsd/boot0/files/boot0-10.3-uefi-support.patch b/sys-freebsd/boot0/files/boot0-10.3-uefi-support.patch
deleted file mode 100644
index fdafe74..0000000
--- a/sys-freebsd/boot0/files/boot0-10.3-uefi-support.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/efi/Makefile b/efi/Makefile
-index 30024e3..a33efb2 100644
---- a/efi/Makefile
-+++ b/efi/Makefile
-@@ -2,15 +2,10 @@
-
- .include <bsd.own.mk>
-
--# In-tree GCC does not support __attribute__((ms_abi)).
--.if ${COMPILER_TYPE} != "gcc"
--
- .if ${MACHINE_CPUARCH} == "amd64"
- SUBDIR+= libefi loader boot1
- .endif
-
--.endif # ${COMPILER_TYPE} != "gcc"
--
- .if ${MACHINE_CPUARCH} == "ia64"
- SUBDIR+= libefi
- .endif
-diff --git a/efi/boot1/Makefile b/efi/boot1/Makefile
-index 4ffdfda..8ec0e00 100644
---- a/efi/boot1/Makefile
-+++ b/efi/boot1/Makefile
-@@ -64,7 +64,7 @@ LDFLAGS+= -Wl,-znocombreloc
- # Add libstand for required string and memory functions for all platforms.
- #
- DPADD+= ${LIBSTAND}
--LDADD+= -lstand
-+LDADD+= ${LIBSTAND}
-
- DPADD+= ${LDSCRIPT}
-