mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 23:59:13 +02:00
10 lines
242 B
Text
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"
|