At the current rate of development, Firefox will reach version 100 in about 14 years.
Fingers X'd, might have 17 by end of today...
I'm not - configure seems to have chosen those options...hdonk, I don't see any float instructions in those binaries, are you feeding "-mfpu=neon -mfloat-abi=softfp" to various ./configure and things?
export SLKCFLAGS="-D__ARM_PCS -march=armv5te" ## -O2
export LDFLAGS="-Wl,--no-as-needed"
# Anything < armv7l needs:
SLKCONFARGS="--disable-tracejit \
--disable-methodjit \
--with-cpu-arch=armv5te \
--with-arch=armv5te"
# Other options that make sense:
# --with-system-libvpx=/tmp/pkg-libvpx \
export SLKCONFARGS="$SLKCONFARGS \
--with-thumb=toolchain-default \
--with-endian=little \
--with-thumb-interwork=toolchain-default \
--with-fpu=toolchain-default \
--with-float-abi=toolchain-default \
--with-soft-float=toolchain-default \
--disable-thumb2 \
--disable-elf-dynstr-gc \
--disable-mochitest \
--disable-javaxpcom \
--disable-long-long-warning \
--disable-pedantic \
--disable-crashreporter \
--disable-elf-hack \
--enable-mathml \
--enable-gio \
--disable-strip \
--disable-install-strip \
--enable-system-ffi \
--host=$ARCH-slackware-linux-gnueabi \
--target=$ARCH-slackware-linux-gnueabi"
$ODIR/configure $SLKCONFARGS \
--enable-official-branding \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-default-mozilla-five-home=/usr/lib${LIBDIRSUFFIX}/firefox-$RELEASEVER \
--with-system-zlib \
--enable-application=browser \
--enable-default-toolkit=cairo-gtk2 \
--enable-startup-notification \
--enable-crypto \
--enable-svg \
--enable-canvas \
--enable-logging \
--enable-webm \
--enable-xft \
--enable-xinerama \
--enable-reorder \
--enable-strip \
--enable-cpp-rtti \
--enable-single-profile \
--disable-ldap \
--disable-accessibility \
--disable-debug \
--disable-tests \
--disable-pedantic \
--disable-installer \
--disable-mailnews \
--disable-composer \
--disable-profilesharing || exit 1
# Complains about missing APNG support in Slackware's libpng:
#--with-system-png \
# won't build:
#--enable-system-cairo \