#-------------------------------------------------------------------------------
# make.conf
# =========
#
# Project Gentoo 4 Shuttle DS57U
# Scope Gentoo
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License GNU General Public License (GPL) 2.0
# https://www.gnu.org/licenses/gpl2.txt
#
#-------------------------------------------------------------------------------
CHOST="x86_64-pc-linux-gnu"
CPU_FLAGS_X86="mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
CFLAGS="-march=corei7 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
USE="audit bash-completion bzip2 cracklib crypt gdbm geoip hardened ipv6 ncurses
nls pam pcre python readline tcpd threads unicode vim-syntax zlib xml xattr
-fortran -gnutls -gpm -snmp -X"