mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/ada-bootstrap: strip unsupported CXXFLAGS too
Bug: https://bugs.gentoo.org/938150 Bug: https://bugs.gentoo.org/940601 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -140,8 +140,8 @@ src_configure() {
|
||||
# conservative, we just want it to build for bootstrapping proper
|
||||
# sys-devel/gcc[ada]. We don't need it to be fast.
|
||||
strip-flags
|
||||
CC="${WORKDIR}"/${BTSTRP}/bin/gcc strip-unsupported-flags
|
||||
CC="${WORKDIR}"/${GNATDIR}/bin/gcc strip-unsupported-flags
|
||||
CC="${WORKDIR}"/${BTSTRP}/bin/gcc CXX="${WORKDIR}"/${BTSTRP}/bin/g++ strip-unsupported-flags
|
||||
CC="${WORKDIR}"/${GNATDIR}/bin/gcc CXX="${WORKDIR}"/${GNATDIR}/bin/g++ strip-unsupported-flags
|
||||
strip-unsupported-flags
|
||||
filter-lto
|
||||
append-flags -O2
|
||||
|
||||
Reference in New Issue
Block a user