You are not logged in.
Pages: 1
Hi!
I just realized, that my Computer compiles anything only with one threat. Normally it should work with 9 threats and as I remeber this workt perfectly since the update to Gnome shell. What do I have to do to change it to mutiple threats again.
/etc/makepkg.conf
...
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
CARCH="x86_64"
CHOST="x86_64-unknown-linux-gnu"
#-- Exclusive: will only run on x86_64
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-march=native -mtune=generic -O2 -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j9"
...
Offline
Check if the PKGBUILDs you're compiling have "options=('!makeflags')"
https://wiki.archlinux.org/index.php/Pkgbuild#options
Offline
it's related to make 3.82-3 (it's now in core).
a workaround is to replace "make" with "make ${MAKEFLAGS}" in your PKGBUILD's
Arch64/DWM || My Dropbox referral link
Offline
Moving to kernel & hardware...
Offline
"Threads", not threats!
Offline
it's related to make 3.82-3 (it's now in core).
a workaround is to replace "make" with "make ${MAKEFLAGS}" in your PKGBUILD's
So is it intended, or a bug that will be fixed?
Offline
https://savannah.gnu.org/support/index.php?107487 - see discussion that also happened on our devel-public mailing list.
Offline
Pages: 1