Profile File: make.defaults

In Profile: arch/x86/i486

Content

# 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=""