summaryrefslogtreecommitdiff
path: root/sys-freebsd/boot0/files/boot0-11.0-gcc46.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /sys-freebsd/boot0/files/boot0-11.0-gcc46.patch
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'sys-freebsd/boot0/files/boot0-11.0-gcc46.patch')
-rw-r--r--sys-freebsd/boot0/files/boot0-11.0-gcc46.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-freebsd/boot0/files/boot0-11.0-gcc46.patch b/sys-freebsd/boot0/files/boot0-11.0-gcc46.patch
deleted file mode 100644
index ec17d92b5790..000000000000
--- a/sys-freebsd/boot0/files/boot0-11.0-gcc46.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
-index ead9ad1..af5e021 100644
---- a/sys/boot/i386/boot2/Makefile
-+++ b/sys/boot/i386/boot2/Makefile
-@@ -45,6 +45,9 @@ CFLAGS.gcc+= -Os \
- .if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} <= 40201
- CFLAGS.gcc+= -mno-align-long-strings
- .endif
-+.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 40600
-+CFLAGS.gcc+= -fno-asynchronous-unwind-tables
-+.endif
-
- CFLAGS.clang+= -Oz ${CLANG_OPT_SMALL}
-