mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
10 lines
235 B
Text
10 lines
235 B
Text
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
CHOST="i486-pc-linux-gnu"
|
|
CFLAGS="-O2 -march=i486 -pipe"
|
|
CXXFLAGS="${CFLAGS}"
|
|
FFLAGS="${CFLAGS}"
|
|
FCFLAGS="${CFLAGS}"
|
|
|
|
CPU_FLAGS_X86=""
|