summaryrefslogtreecommitdiff
path: root/core/gcc
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-11 14:29:59 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-11 14:29:59 +0100
commitfd4efab9cfe55b35fdc659aa5777faa1917f2fd6 (patch)
tree1163641087019404eff83a4722c74a214cf89b6c /core/gcc
parentfa857415e66d2729d63589c00aadc8fe018cc4f1 (diff)
Don't use profiledbootstrap for gcc, we don't know if it brings any benefits.
It would be possible to make build faster without it.
Diffstat (limited to 'core/gcc')
-rw-r--r--core/gcc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD
index 1733d3f43..bd6f44227 100644
--- a/core/gcc/PKGBUILD
+++ b/core/gcc/PKGBUILD
@@ -89,7 +89,7 @@ build() {
--enable-plugin --with-plugin-ld=ld.gold \
--disable-multilib --disable-libssp --disable-libstdcxx-pch \
--enable-checking=release
- make profiledbootstrap
+ make
}
check() {