summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-28 18:39:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-28 18:39:57 +0100
commit53eb93657e37ebc5ea45c605bead675ce1faaa76 (patch)
tree9cc17c6ec5009b5c28a32fc55faf2d68982b5307 /package
parenta73617e7b8b23ffeb5f7f4d987d61956b3984aef (diff)
firefox: fix compile for mips64 n32
Diffstat (limited to 'package')
-rw-r--r--package/firefox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index ccab4fe6b..e5675dbae 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -63,6 +63,7 @@ CONFIGURE_ENV+= CROSS_COMPILE=1 \
ac_cv_sqlite_dbstat_vtab=yes
CONFIGURE_ARGS+= --prefix=/usr \
--target=$(GNU_TARGET_NAME) \
+ --with-toolchain-prefix=$(GNU_TARGET_NAME)- \
--enable-application=browser \
--enable-official-branding \
--with-system-zlib \