summaryrefslogtreecommitdiff
path: root/dev-lang/erlang/files/erlang-21.3-pgo-loop.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:56:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:56:30 +0100
commit948d557b4a61dc14722668b6b11a4cf3cee07b01 (patch)
treeb28b6cb077ae6b2457e30d49028fc978d8e2b59b /dev-lang/erlang/files/erlang-21.3-pgo-loop.patch
parente3cf2c86fca1750343c1885311f857f185ee4f2d (diff)
gentoo resync : 13.09.2019
Diffstat (limited to 'dev-lang/erlang/files/erlang-21.3-pgo-loop.patch')
-rw-r--r--dev-lang/erlang/files/erlang-21.3-pgo-loop.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/erlang/files/erlang-21.3-pgo-loop.patch b/dev-lang/erlang/files/erlang-21.3-pgo-loop.patch
deleted file mode 100644
index 82add992a448..000000000000
--- a/dev-lang/erlang/files/erlang-21.3-pgo-loop.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/686786
-
---- a/erts/configure.in
-+++ b/erts/configure.in
-@@ -682,7 +682,7 @@ elif test "X$PROFILE_INSTR_GENERATE" = "Xtrue" -a "X$PROFILE_INSTR_USE" = "Xtrue
- PROFILE_COMPILER=clang
- AC_MSG_RESULT([yes, using -fprofile-instr-generate])
- else
-- if $enable_pgo = yes; then
-+ if test $enable_pgo = yes; then
- AC_MSG_ERROR(cannot use PGO with this compiler)
- else
- AC_MSG_RESULT([no])