1 # ARCH will be auto-detected as the host if not specified
10 CC_BASE_PREFIX
=/opt
/cross
12 # If you use arm, you may need more fine-tuning:
14 #TRIPLE=arm-linux-musleabihf
15 #GCC_BOOTSTRAP_CONFFLAGS="--with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16"
16 #GCC_CONFFLAGS="--with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16"
19 #TRIPLE=arm-linux-musleabi
20 #GCC_BOOTSTRAP_CONFFLAGS="--with-arch=armv7-a --with-float=softfp"
21 #GCC_CONFFLAGS="--with-arch=armv7-a --with-float=softfp"
25 # Enable this to build the bootstrap gcc (thrown away) without optimization, to reduce build time