summaryrefslogtreecommitdiff
path: root/profiles/raspberry-pi
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-09-28 21:43:51 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-09-28 21:43:51 +0100
commite906e3831d038f994b63259ef182d1957fd8a71e (patch)
treedc3f5993ba95559ae983f9a5ee1850d645923f79 /profiles/raspberry-pi
parenteclass/linux-build: always remove usr/src/linux if USE=-symlink (diff)
downloadportage-e906e3831d038f994b63259ef182d1957fd8a71e.tar.xz
profiles: remove MAKEOPTS
It's now calculated automatically since portage 5a1e6c9710be ("Default MAKEOPTS to -j(ncpus+1) when unset")
Diffstat (limited to 'profiles/raspberry-pi')
-rw-r--r--profiles/raspberry-pi/3b+/make.defaults2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/raspberry-pi/3b+/make.defaults b/profiles/raspberry-pi/3b+/make.defaults
index e4ee23b3..1e485af2 100644
--- a/profiles/raspberry-pi/3b+/make.defaults
+++ b/profiles/raspberry-pi/3b+/make.defaults
@@ -1,5 +1,3 @@
CHOST="aarch64-unknown-linux-gnu"
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
-
-MAKEOPTS="-j2"