diff --git a/tools-musl/portage.mips/make.conf b/tools-musl/portage.mips/make.conf index f2fb2ecd..ecd44501 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 45be7cd1..ecd44501 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"