view sources/targets/powerpc-440fp @ 1802:315c9e9af893 draft

Deleting sh from build/host each time caused record-commands.sh to rerun, which screwed up parallel builds. Only delete after building busybox.
author Rob Landley <rob@landley.net>
date Mon, 02 Nov 2015 01:14:08 -0600
parents 0c0072b5acc1
children d8233213e770
line wrap: on
line source

DESCRIPTION="Power PC 440, with hardware floating point."

base_architecture powerpc
GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"

# LINUX_CONFIG and emulator_command aren't correct, qemu should use -M bamboo
# and the kernel config should be a variant of 44x/bamboo_defconfig.
# Unfortunately that's hardwired to require an external project (uboot), and
# the vmlinux won't boot without a device tree binary. TODO item.