summaryrefslogtreecommitdiff
path: root/core/bash
diff options
context:
space:
mode:
Diffstat (limited to 'core/bash')
-rw-r--r--core/bash/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD
index 956361d38..568576307 100644
--- a/core/bash/PKGBUILD
+++ b/core/bash/PKGBUILD
@@ -8,7 +8,7 @@ _patchlevel=029 #prepare for some patches
pkgver=$_basever.$_patchlevel
pkgrel=1
pkgdesc="The GNU Bourne Again shell"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.gnu.org/software/bash/bash.html"
groups=('base')
@@ -42,6 +42,7 @@ build() {
export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
./configure --prefix=/usr --with-curses --enable-readline \
+ --host=$CHOST --build=$CHOST \
--without-bash-malloc --with-installed-readline \
--bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
make