From 2ec0312353e7dfd27ef120aedf5876d92c0c6589 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Sun, 21 Feb 2010 12:47:21 +0000 Subject: Make configure remember that it is supposed to use the EABI toolchain when make reconf is run git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24806 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/configure b/tools/configure index 0d02ac6f7e..fcdd2dd236 100755 --- a/tools/configure +++ b/tools/configure @@ -2935,6 +2935,9 @@ fi if test -n "$ccache"; then cmdline="--ccache " fi +if [ "$ARG_ARM_EABI" = "1" ]; then + cmdline="$cmdline--eabi " +fi cmdline="$cmdline--target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" ### end of cmdline -- cgit v1.2.3