annotate sources/targets/sh2elf @ 1763:b6e4e49cec5e draft

Teach build to do an elf compiler, no libc or root filesystem if no KARCH in target.
author Rob Landley <rob@landley.net>
date Tue, 26 May 2015 00:10:07 -0500
parents
children c197b67b381a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1763
b6e4e49cec5e Teach build to do an elf compiler, no libc or root filesystem if no KARCH in target.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 DESCRIPTION="ELF toolchain has different prefixes, and the bootloader cares."
b6e4e49cec5e Teach build to do an elf compiler, no libc or root filesystem if no KARCH in target.
Rob Landley <rob@landley.net>
parents:
diff changeset
2
b6e4e49cec5e Teach build to do an elf compiler, no libc or root filesystem if no KARCH in target.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 GCC_FLAGS=
b6e4e49cec5e Teach build to do an elf compiler, no libc or root filesystem if no KARCH in target.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 BINUTILS_FLAGS=
b6e4e49cec5e Teach build to do an elf compiler, no libc or root filesystem if no KARCH in target.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 CROSS_TARGET=sh2-unknown-elf