[Build server info]
Code: Select all
:~/OpenSource/toolchain/arm-mips-src-20150728/scripts/tools-install$ uname -a 
Linux VDBS1383 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 
:~/OpenSource/toolchain/arm-mips-src-20150728/scripts/tools-install$ [Build instruction of gcc_HawkMP J series]
Code: Select all
- Building gcc & toolchain: 
* Source code name : gcc.tar.bz2 
* Unpack the gcc tarball and cd into it. 
* Run "cd arm-mips-src-20150728/scripts". 
* Run "./mktools.sh -c toolchain.cfg/arm-v7a15a7-v6.config -s ../sources/".Code: Select all
    *)
        ABI="32"Code: Select all
    *)
        ABI="standard"Code: Select all
    GMP_CFLAGS="-g -O2 -mfpu=neon "
    GMP_CPPFLAGS="-fexceptions"
    GMP_CXXFLAGS="-g -O2 -mfpu=neon "Code: Select all
    GMP_CFLAGS="-g -O2 "
    GMP_CPPFLAGS="-fexceptions"
    GMP_CXXFLAGS="-g -O2"Code: Select all
GCC_SPECS='%{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables} %{!Werror=unused-local-typedefs:%{!Wno-error=unused-local-typedefs:-Wno-error=unused-local-typedefs}} %{fuse-linker-plugin|fno-use-linker-plugin|flto|flto=*:;:-fno-use-linker-plugin}'
GCC_FINAL_SPECS=$GCC_SPECSCode: Select all
#GCC_SPECS='%{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables} %{!Werror=unused-local-typedefs:%{!Wno-error=unused-local-typedefs:-Wno-error=unused-local-typedefs}} %{fuse-linker-plugin|fno-use-linker-plugin|flto|flto=*:;:-fno-use-linker-plugin}'
#GCC_FINAL_SPECS=$GCC_SPECS
