summaryrefslogtreecommitdiff
path: root/src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in')
-rw-r--r--src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in b/src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in
index fb7f0a8..4b5b36d 100644
--- a/src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in
+++ b/src/stage1/toolchain-pkgbuilds/gcc-bootstrap/PKGBUILD.in
@@ -59,7 +59,6 @@ build() {
$srcdir/gcc/configure \
--target=$_target \
- @GCC_CONFIG_FLAGS@ \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
@@ -82,7 +81,8 @@ build() {
--disable-nls \
--@MULTILIB@-multilib \
--disable-bootstrap \
- --enable-checking=release
+ --enable-checking=release \
+ @GCC_CONFIG_FLAGS@
make inhibit-libc=true all-gcc
make inhibit-libc=true all-target-libgcc