gentoo-ebuilds/profiles/arch/x86/i686/make.defaults
Andreas K. Hüttel 8badb2d481
profiles, x86, 23.0: add and inherit i{4,6}86 subfeatures
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2024-01-21 23:24:22 +01:00

10 lines
242 B
Text

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
CPU_FLAGS_X86="mmx sse"