summaryrefslogtreecommitdiff
path: root/profiles/arch/hppa/hppa2.0/make.defaults
blob: 351feb4f83f4e0747732017b0c96b8e661824cad (plain)
1
2
3
4
5
6
7
8
9
# 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}"