From c0c5a13b1897a526c1b375467d5038b0633e1f86 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sat, 10 Dec 2011 19:23:51 +0000 Subject: [PATCH] Pandora port: Fix borked compile flags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31204 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 80c638013f..dac98cb1e2 100755 --- a/tools/configure +++ b/tools/configure @@ -633,7 +633,7 @@ pandoracc () { thread_support="HAVE_SIGALTSTACK_THREADS" # Include path - GCCOPTS="-I$PNDSDK/arm-angstrom-linux-gnueabi/usr/include" + GCCOPTS="$GCCOPTS -I$PNDSDK/arm-angstrom-linux-gnueabi/usr/include" # Set up compiler gccchoice="4.3.3"