mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 08:08:56 +02:00
We now have dev-lang/ada-bootstrap for 12 and 13, not just 14, so we can go backwards and unmask 12 onwards for sys-devel/gcc[ada]. In doing so, we can then drop the ADA_TARGETS override for 14 and use the default of 13 instead everywhere (except loong). Signed-off-by: Sam James <sam@gentoo.org>
24 lines
577 B
Text
24 lines
577 B
Text
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
ARCH="hppa"
|
|
ACCEPT_KEYWORDS="hppa"
|
|
|
|
CHOST="hppa-unknown-linux-gnu"
|
|
CFLAGS="-O2 -pipe"
|
|
CXXFLAGS="${CFLAGS}"
|
|
|
|
FEATURES="sandbox sfperms strict"
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2014-07-01)
|
|
# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
|
|
# checks simpler.
|
|
ABI="hppa"
|
|
DEFAULT_ABI="hppa"
|
|
MULTILIB_ABIS="hppa"
|
|
LIBDIR_hppa="lib"
|
|
CHOST_hppa="${CHOST}"
|
|
|
|
# Donnie Berkholz <dberkholz@gentoo.org> (2006-08-18)
|
|
# Defaults for video drivers
|
|
VIDEO_CARDS="fbdev"
|