File: README.Debian

package info (click to toggle)
gcc-sh-elf 8.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ansic: 237; makefile: 93; sh: 54
file content (8 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
This is a multilib compiler that is able to target a wide variety
of SuperH CPUs. For example, to build for SH-2 use the option -m2.
One can switch between little or big endian respectively with -ml/-mb.
For more details, run sh-elf-gcc --help=target

In this package, gcc comes pre-configured to use Newlib from the
libnewlib-sh-elf-dev package. If this is not desired, one should
use the -nostdlib and similar options to build freestanding code.