summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2015-08-21 21:43:22 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2015-08-21 21:43:22 +0900
commit43bf434fa63c2519ef291163a9ee3144d0fe556d (patch)
treea0858ea7d1d655962604c224e38cdaf060cdd978 /scripts
parentautomatic_updater.sh: added --nodeps (diff)
downloadgentoo-bsd-43bf434fa63c2519ef291163a9ee3144d0fe556d.tar.gz
gentoo-bsd-43bf434fa63c2519ef291163a9ee3144d0fe556d.tar.bz2
gentoo-bsd-43bf434fa63c2519ef291163a9ee3144d0fe556d.zip
automatic_updater.sh: added MAKEOPTS=-j1 and force set gcc to CC,CXX.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/automatic_updater.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index 258424c..4d620d6 100755
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -94,8 +94,8 @@ update_freebsd_userland(){
fi
emerge -C dev-libs/libelf dev-libs/libexecinfo dev-libs/libiconv sys-process/fuser-bsd && :
- emerge --nodeps sys-freebsd/freebsd-libexec
- USE=build emerge --nodeps sys-freebsd/freebsd-lib
+ CC=gcc CXX=g++ emerge --nodeps sys-freebsd/freebsd-libexec
+ CC=gcc CXX=g++ USE=build MAKEOPTS=-j1 emerge --nodeps sys-freebsd/freebsd-lib
if [[ -e /usr/lib/libc++.so ]] ; then
emerge -uN sys-libs/libcxx sys-libs/libcxxrt --exclude sys-freebsd/*
fi