commit: bdb97e64fba0421b802fe529c6f06ff96336db58 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 15:37:19 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Apr 19 15:37:19 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=bdb97e64
tools-musl: re-introduce USE=cxx --- tools-musl/portage.mips/make.conf | 2 -- tools-musl/portage/make.conf | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools-musl/portage.mips/make.conf b/tools-musl/portage.mips/make.conf index f2fb2ec..ecd4450 100644 --- a/tools-musl/portage.mips/make.conf +++ b/tools-musl/portage.mips/make.conf @@ -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 diff --git a/tools-musl/portage/make.conf b/tools-musl/portage/make.conf index 45be7cd..ecd4450 100644 --- a/tools-musl/portage/make.conf +++ b/tools-musl/portage/make.conf @@ -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"
