diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 16:35:03 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 16:35:03 +0900 |
commit | c9569c32c6d042965fa18ac92eb2e03825136941 (patch) | |
tree | 3125efd8fb7e39791f097d9db8c0637e8f6fe364 /scripts | |
parent | create_forcestage3.sh: added sample script. (diff) | |
download | gentoo-bsd-c9569c32c6d042965fa18ac92eb2e03825136941.tar.gz gentoo-bsd-c9569c32c6d042965fa18ac92eb2e03825136941.tar.bz2 gentoo-bsd-c9569c32c6d042965fa18ac92eb2e03825136941.zip |
automatic_updater.sh: binutils rebuild with lastest gcc.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automatic_updater.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 9585af5..d6bcf60 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -70,6 +70,7 @@ update_gcc(){ env-update source /etc/profile emerge sys-devel/libtool --exclude sys-freebsd/* + emerge sys-devel/binutils --exclude sys-freebsd/* } update_kernel(){ |