mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
9 lines
225 B
Text
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}"
|