public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libav/
Date: Fri, 25 Sep 2015 10:09:00 +0000 (UTC)	[thread overview]
Message-ID: <1443175707.644e0b3952fd1fc4bce3b9315fb95c7dc9283cfa.lu_zero@gentoo> (raw)

commit:     644e0b3952fd1fc4bce3b9315fb95c7dc9283cfa
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 13:21:25 2015 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 10:08:27 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644e0b39

libav: Filter -marm

It is know to cause horrible problems.

 media-video/libav/libav-9999.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild
index 503d6e6..09447da 100644
--- a/media-video/libav/libav-9999.ebuild
+++ b/media-video/libav/libav-9999.ebuild
@@ -276,6 +276,11 @@ multilib_src_configure() {
 	# Misc stuff
 	use hardcoded-tables && myconf+=( --enable-hardcoded-tables )
 
+	# Forcing arm would make the compiler break left and right
+	if [[ ${ABI} == arm ]]; then
+		filter-flags -marm
+	fi
+
 	# Specific workarounds for too-few-registers arch...
 	if [[ ${ABI} == x86 ]]; then
 		local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}


             reply	other threads:[~2015-09-25 10:09 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25 10:09 Luca Barbato [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-11 10:20 [gentoo-commits] repo/gentoo:master commit in: media-video/libav/ Sergei Trofimovich
2019-12-12 16:46 Michał Górny
2019-10-11 16:56 Michał Górny
2019-05-15 13:54 Aaron Bauman
2019-05-12 20:53 Sergei Trofimovich
2018-11-11 11:32 Mikle Kolyada
2018-11-11 11:32 Mikle Kolyada
2018-11-08 23:35 Sergei Trofimovich
2018-11-08 22:59 Sergei Trofimovich
2018-10-19  8:51 Michał Górny
2018-10-16 10:09 Thomas Deutschmann
2018-10-14  9:14 Sergei Trofimovich
2018-10-14  8:59 Sergei Trofimovich
2018-10-14  1:44 Thomas Deutschmann
2018-10-13 15:49 Sergei Trofimovich
2018-10-13  8:04 Tobias Klausmann
2018-10-12 18:31 Agostino Sarubbo
2018-10-06 17:13 Sergei Trofimovich
2018-10-05 22:06 Thomas Deutschmann
2018-09-22 11:31 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-15 15:16 Mikle Kolyada
2018-09-13  8:09 Tobias Klausmann
2018-08-26 11:51 Michał Górny
2018-05-13 19:20 Aaron Bauman
2018-01-25  0:01 Aaron Bauman
2018-01-24 23:45 Aaron Bauman
2017-12-18 23:48 Luca Barbato
2017-12-18 23:24 Luca Barbato
2017-10-17 10:13 Luca Barbato
2017-10-01  9:07 Luca Barbato
2017-06-20 13:15 Alexis Ballier
2017-06-06 13:04 Luca Barbato
2017-02-06 21:46 Luca Barbato
2017-01-22 10:58 Jeroen Roovers
2016-12-03 16:50 Luca Barbato
2016-11-30 19:41 Markus Meier
2016-11-25 18:54 Agostino Sarubbo
2016-11-25 18:27 Agostino Sarubbo
2016-11-25 12:37 Tobias Klausmann
2016-10-28 12:42 Agostino Sarubbo
2016-10-16 12:30 Luca Barbato
2016-07-17  8:46 Sergei Trofimovich
2016-06-30 10:12 Aaron Bauman
2016-05-29 15:03 Luca Barbato
2016-05-29 13:04 Luca Barbato
2016-05-22 20:38 Luca Barbato
2016-04-19 21:11 Ian Stakenvicius
2016-04-18  9:43 Patrice Clement
2016-04-18  8:13 Patrice Clement
2016-03-13 19:57 Patrice Clement
2016-01-25 22:21 Luca Barbato
2015-10-17 13:32 Julian Ospald
2015-09-15 12:56 Luca Barbato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443175707.644e0b3952fd1fc4bce3b9315fb95c7dc9283cfa.lu_zero@gentoo \
    --to=lu_zero@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox