summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-07 09:38:34 +0100
committerErich Eckner <git@eckner.net>2018-11-07 09:38:34 +0100
commitd95efe2731e3351194283a116970a42f567fd277 (patch)
tree37f026cf1422f660e98c04bfd1628159ef77ae69 /core
parentb6eda2c4a958d1a3c01cff8b3cd4081d9ee1c3d0 (diff)
downloadpackages-d95efe2731e3351194283a116970a42f567fd277.tar.xz
core/gcc: fix --build option for configure
Diffstat (limited to 'core')
-rw-r--r--core/gcc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD
index cf97f188..4e1592fc 100644
--- a/core/gcc/PKGBUILD
+++ b/core/gcc/PKGBUILD
@@ -15,7 +15,7 @@ eval "$(
sed '
/configure/ s/--enable-multilib/--disable-multilib/
/configure/ s,--with-bugurl=https://bugs\.archlinux\.org/,--with-bugurl=https://bugs.archlinux32.org/,
- /configure/ s/;$/ --build=$CARCH;/
+ /configure/ s/;$/ --build=$CARCH-pc-linux-gnu;/
'
declare -f package_gcc-libs | \
sed '