gentoo-ebuilds/profiles/arch/hppa/hppa2.0/make.defaults
Andreas K. Hüttel 9d64074366
profiles: Split hppa 23.0 profiles into hppa1.1 and hppa2.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2024-02-16 23:31:40 +01:00

9 lines
225 B
Text

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="hppa2.0-unknown-linux-gnu"
CFLAGS="-O2 -pipe -march=2.0"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"