From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/csu/
Date: Mon, 13 Dec 2021 14:06:11 +0000 (UTC) [thread overview]
Message-ID: <1639404369.75ba22b15061af1bbda7a9be9fdb5f8961a5a589.grobian@gentoo> (raw)
commit: 75ba22b15061af1bbda7a9be9fdb5f8961a5a589
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 14:05:56 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 14:06:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ba22b1
sys-libs/csu-85-r1: fix compilation for newer setups
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sys-libs/csu/csu-85-r1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild
index 24e82d76af36..4b11e2f86b8d 100644
--- a/sys-libs/csu/csu-85-r1.ebuild
+++ b/sys-libs/csu/csu-85-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit flag-o-matic
+
DESCRIPTION="Darwin Csu (crt1.o) - Mac OS X 10.10 version"
HOMEPAGE="http://www.opensource.apple.com/"
SRC_URI="http://www.opensource.apple.com/tarballs/Csu/Csu-${PV}.tar.gz"
@@ -21,6 +23,10 @@ DEPEND="|| (
)"
src_prepare() {
+ # apart from gcc-4.2.1 possibly not understanding, this better not
+ # be aggressively optimised
+ filter-flags -march=* -mtune=*
+
# since we don't have crt0, we can't build it either
sed -i \
-e 's:$(SYMROOT)/crt0.o::' \
next reply other threads:[~2021-12-13 14:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-13 14:06 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-21 11:27 [gentoo-commits] repo/gentoo:master commit in: sys-libs/csu/ Jakov Smolić
2021-01-06 15:35 Fabian Groffen
2019-12-26 9:22 Fabian Groffen
2019-12-26 9:22 Fabian Groffen
2018-06-12 10:44 Fabian Groffen
2017-04-13 19:11 Fabian Groffen
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=1639404369.75ba22b15061af1bbda7a9be9fdb5f8961a5a589.grobian@gentoo \
--to=grobian@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