diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-28 18:39:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-28 18:39:57 +0100 |
commit | 53eb93657e37ebc5ea45c605bead675ce1faaa76 (patch) | |
tree | 9cc17c6ec5009b5c28a32fc55faf2d68982b5307 /package/firefox/Makefile | |
parent | a73617e7b8b23ffeb5f7f4d987d61956b3984aef (diff) |
firefox: fix compile for mips64 n32
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 1 |
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 \ |