Browse Source

firefox: fix compile for mips64 n32

Waldemar Brodkorb 8 years ago
parent
commit
53eb93657e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/firefox/Makefile

+ 1 - 0
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 \