arm 472 B

12345678910111213141516171819
  1. # ./ct-ng arm-unknown-eabi
  2. CT_ARCH_ARM=y
  3. CT_ARCH_FLOAT_SW=y
  4. CT_LIBC_NEWLIB_IO_C99FMT=y
  5. CT_LIBC_NEWLIB_IO_LL=y
  6. CT_LIBC_NEWLIB_IO_FLOAT=y
  7. CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
  8. CT_CC_LANG_CXX=y
  9. # Modifications.
  10. CT_DEBUG_GDB=y
  11. CT_GDB_CROSS_SIM=y
  12. # For Docker.
  13. # https://stackoverflow.com/questions/17466017/how-to-solve-you-must-not-be-root-to-run-crosstool-ng-when-using-ct-ng/53099177#53099177
  14. CT_EXPERIMENTAL=y
  15. CT_ALLOW_BUILD_AS_ROOT=y
  16. CT_ALLOW_BUILD_AS_ROOT_SURE=y