From afe43d3fcba11eadf9960d48ae461f6e429b9a88 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 12 Jul 2009 22:16:51 +0000 Subject: Basic changes to add nano 2g to the build system, based on the Meizu M3 port. The bootloader builds, but does nothing due to lack of any drivers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21828 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 74 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 21 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index e543919ca6..42854fba79 100755 --- a/tools/configure +++ b/tools/configure @@ -275,6 +275,14 @@ arm940tbecc () { gccchoice="4.0.3" } +arm940tcc () { + prefixtools arm-elf- + GCCOPTS="$CCOPTS -mcpu=arm940t -mlong-calls" + GCCOPTIMIZE="-fomit-frame-pointer" + endian="little" + gccchoice="4.0.3" +} + arm946cc () { prefixtools arm-elf- GCCOPTS="$CCOPTS -mcpu=arm9e -mlong-calls" @@ -769,27 +777,27 @@ cat <