Pandora port: Fix borked compile flags

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31204 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-12-10 19:23:51 +00:00
parent 0124d7bf6e
commit c0c5a13b18

2
tools/configure vendored
View file

@ -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"