summaryrefslogtreecommitdiff
path: root/src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-06-22 09:31:53 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-06-22 09:31:53 +0200
commita5fd90dcce72f58af61880857d7ab0f2e44e9874 (patch)
tree727048402665b287675825a6d95a81fd356a18ab /src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in
parent56ec7e46cbdd2f7319574710d3ce3d38b9338108 (diff)
rebootstrapped powerpc64le toolchain with multilib, and added grub
Diffstat (limited to 'src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in')
-rw-r--r--src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in b/src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in
index 1f1dae3..fdf7f53 100644
--- a/src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in
+++ b/src/stage1/toolchain-pkgbuilds/gcc/PKGBUILD.in
@@ -59,7 +59,6 @@ build() {
$srcdir/gcc/configure \
--target=$_target \
- @GCC_CONFIG_FLAGS@ \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
@@ -77,7 +76,8 @@ build() {
--disable-nls \
--@MULTILIB@-multilib \
--disable-bootstrap \
- --enable-checking=release
+ --enable-checking=release \
+ @GCC_CONFIG_FLAGS@
make
}