GCC 4.7.4: fix compile error when built with GCC 6.3.0
[rofl0r-mmix-cross.git] / config.sh
blob4e321c9caab7af5fe1aa90ba34bf92712c62cbdb
1 # ARCH will be auto-detected as the host if not specified
2 #ARCH=i486
3 #ARCH=x86_64
4 #ARCH=powerpc
5 #ARCH=arm
6 #ARCH=microblaze
7 #ARCH=mips
8 #ARCH=mipsel
10 CC_BASE_PREFIX=/opt/cross
12 # If you use arm, you may need more fine-tuning:
13 # arm hardfloat v7
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"
18 # arm softfp
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"
23 MAKEFLAGS=-j8
25 # Enable this to build the bootstrap gcc (thrown away) without optimization, to reduce build time
26 GCC_STAGE1_NOOPT=1