summaryrefslogtreecommitdiff
path: root/lang/gcc9/files/patch-gcc_configure
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-12-18 19:06:37 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-12-18 19:06:37 +0000
commita0b9c235665060baf86ab16dc141afa53115b3d9 (patch)
treedc32b83c50bd2c36ba8d3468058ca9f29c9be6fe /lang/gcc9/files/patch-gcc_configure
parentdeskutils/latte-dock: update to 0.10.6 (diff)
lang/gcc9: fix build on powerpc64le
Backport patch from gcc9-devel to fix build.
Diffstat (limited to 'lang/gcc9/files/patch-gcc_configure')
-rw-r--r--lang/gcc9/files/patch-gcc_configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcc9/files/patch-gcc_configure b/lang/gcc9/files/patch-gcc_configure
new file mode 100644
index 000000000000..c83a180b248d
--- /dev/null
+++ b/lang/gcc9/files/patch-gcc_configure
@@ -0,0 +1,11 @@
+--- gcc/configure.orig 2021-04-29 10:19:44 UTC
++++ gcc/configure
+@@ -29405,7 +29405,7 @@ $as_echo "#define HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE 1"
+ esac
+
+ case "$target:$tm_file" in
+- powerpc64-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
++ powerpc64*-*-freebsd* | powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
+ case "$target" in
+ *le-*-linux*)
+ emul_name="-melf64lppc"