You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
346 B

  1. Native GCC that runs on target.
  2. To save disk space, this GCC uses dynamic linking on the target box. There
  3. are configuration options to include libstdc++.a, libc.a and libpthread.a
  4. if staticly linked binaries are needed.
  5. For now, this was only tested on arm (EABI) and mips targets. Others to be
  6. done...
  7. Christian Beier <cb@shoutrlabs.com>