From ad4e3d665734b14a28f1ba5fa874663772dab3e7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 26 Mar 2007 07:52:13 +0000 Subject: First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12916 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index a691c98d7f..1b469c855b 100755 --- a/tools/configure +++ b/tools/configure @@ -661,7 +661,7 @@ EOF # toolset is the tools within the tools directory that we build for # this particular target. - toolset="$toolset scramble descramble sh2d generate_rocklatin uclpack" + toolset="$toolset scramble descramble sh2d uclpack" # Note: the convbdf is present in the toolset just because: 1) the # firmware/Makefile assumes it is present always, and 2) we will need it when we -- cgit v1.2.3