tools-musl: re-introduce USE=cxx

This commit is contained in:
Anthony G. Basile 2014-04-19 11:37:19 -04:00
parent d60954e382
commit bdb97e64fb
2 changed files with 1 additions and 3 deletions

View file

@ -14,5 +14,3 @@ source /var/lib/layman/make.conf
GENTOO_MIRRORS="ftp://192.168.3.1/pub/gentoo"
SYNC="rsync://192.168.3.1/portage"
source /var/lib/layman/make.conf

View file

@ -2,7 +2,7 @@ CHOST=MY_CHOST
CFLAGS="-Os -pipe -fomit-frame-pointerMY_CFLAGS"
CXXFLAGS="${CFLAGS}"
USE="-cxx -hardened -fortran -mudflap"
USE="-hardened -fortran -mudflap"
USE="${USE} -xattr python zlib"
MAKEOPTS="-j9"