Explorar el Código

firefox: fix compile for mips64 n32

Waldemar Brodkorb hace 8 años
padre
commit
53eb93657e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 \