Mercurial > hg > aboriginal
view sources/targets/powerpc-440fp/settings @ 791:b9fa1da23205
Remove patch that got committed upstream.
author | Rob Landley <rob@landley.net> |
---|---|
date | Mon, 06 Jul 2009 05:27:12 -0500 |
parents | 4ff4cf117082 |
children | 14ebb6e13ce2 |
line wrap: on
line source
source "$CONFIG_DIR/powerpc/settings" CROSS_TARGET=powerpc-unknown-linux GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}" BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp" emulator_command() { echo qemu-system-ppc -M bamboo $(qemu_defaults "$@") }