summaryrefslogtreecommitdiff
blob: caf7fdb013c97106b3404c13ae023bfa5f6840a6 (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="hppa1.1-unknown-linux-gnu"

CFLAGS="-O2 -pipe -march=1.1"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"