summaryrefslogtreecommitdiff
path: root/profiles/arch/x86/i686/make.defaults
blob: ac358d7c0392d9f7f1b89ff708a25b345b95c65a (plain)
1
2
3
4
5
6
7
8
9
10
# 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"