1 # This is a suggested extraconfig.sh for build-tarballs.sh
5 GCC_BOOTSTRAP_CONFFLAGS
="$GCC_BOOTSTRAP_CONFFLAGS --with-arch=armv5t --with-fpu=vfp"
6 GCC_CONFFLAGS
="$GCC_CONFFLAGS --with-arch=armv5t --with-fpu=vfp"
10 GCC_BOOTSTRAP_CONFFLAGS
="$GCC_BOOTSTRAP_CONFFLAGS --with-arch=armv4t"
11 GCC_CONFFLAGS
="$GCC_CONFFLAGS --with-arch=armv4t"
15 GCC_BOOTSTRAP_CONFFLAGS
="$GCC_BOOTSTRAP_CONFFLAGS --with-long-double-64 --enable-secureplt"
16 GCC_CONFFLAGS
="$GCC_CONFFLAGS --with-long-double-64 --enable-secureplt"
23 GCC_BOOTSTRAP_CONFFLAGS
="$GCC_BOOTSTRAP_CONFFLAGS --with-float=hard"
24 GCC_CONFFLAGS
="$GCC_CONFFLAGS --with-float=hard"
29 GCC_BOOTSTRAP_CONFFLAGS
="$GCC_BOOTSTRAP_CONFFLAGS --with-float=soft"
30 GCC_CONFFLAGS
="$GCC_CONFFLAGS --with-float=soft"