diff options
Diffstat (limited to 'configs/imx6/make.conf')
-rw-r--r-- | configs/imx6/make.conf | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/configs/imx6/make.conf b/configs/imx6/make.conf index c70352a..f824d81 100644 --- a/configs/imx6/make.conf +++ b/configs/imx6/make.conf @@ -1,22 +1,24 @@ # basic armv7 machine config for imx6 wandboard/udoo (armv7 neon etnaviv) -USE="acl apache2 -cups ipv6 logrotate sasl snmp udev +USE="acl apache2 -cups ipv6 logrotate sasl snmp udev truetype gd gmp gs graphviz jpeg jbig png tiff unicode nls xpm spell bzip2 gpm imlib usb expat innodb pax hardened curl postgres jpeg2k dejavu tcpd fam sqlite dbus svg git subversion ccache fontconfig gudev hwdb distcc lzma - samba -avahi gdbm consolekit policykit xattr alsa caps + -samba -avahi gdbm consolekit policykit xattr alsa caps -gcj fortran -go lua java -perl python howl -ruby vala gnome-keyring gnutls glib wheel premount introspection + ccache lzma zip 7zip xml udisks zeroconf - nptl nptlonly threads pic dri drm neon imx armada etnaviv + nptl nptlonly threads pic neon wayland weston gbm vdpau openc eglfs evdev ibus kms lto + egl gles1 gles2 opengl glx dri drm imx armada etnaviv -dri3 system-libvpx system-icu -bindist -gtkspell -tslib -phonon qml libav - egl gles1 gles2 opengl glx dri3 - X xorg gtk -qt -qt3 -qt4 -qt3support qt5 -kde -kde3 -kde4 -gnome + -kwallet + -svga -apm -emacs -directfb -smartcard -nss -openct -clamav -systemd -modemmanager -networkmanager -xinerama -bonobo -gnome-online-accounts -php -hardenedphp @@ -24,6 +26,8 @@ USE="acl apache2 -cups ipv6 logrotate sasl snmp udev # flto=jobserver might be too much LINK_OPTS="-flto=4" +# switch from neon to vfp for trimslice +#FPU_OPTS="-mfpu=vfpv3-d16-fp16 -mfp16-format=ieee -mfloat-abi=hard" FPU_OPTS="-mfpu=neon-fp16 -mfp16-format=ieee -mfloat-abi=hard" VEC_OPTS="-ftree-vectorize -ftree-loop-distribution -fvect-cost-model=cheap" TUNE_OPTS="-march=armv7-a -mtune=cortex-a9" @@ -53,7 +57,7 @@ PORT_LOGDIR=/var/log/portage PORTAGE_ELOG_SYSTEM="save" PORTAGE_ELOG_CLASSES="warn error log qa" -PORTDIR_OVERLAY="/usr/local/portage /usr/local/arm" +#PORTDIR_OVERLAY="/usr/local/portage /usr/local/arm" PORTAGE_RSYNC_RETRIES="3" AUTOCLEAN="yes" @@ -81,7 +85,7 @@ APACHE2_MODULES="actions alias auth_digest auth_basic authn_alias unique_id userdir usertrack vhost_alias" -CCACHE_SIZE="2G" +CCACHE_SIZE="512M" # Set PORTDIR for backward compatibility with various tools: # gentoo-bashcomp - bug #478444 |