diff options
| author | Thomas Jarosch <tomj@simonv.com> | 2011-12-10 19:23:51 +0000 |
|---|---|---|
| committer | Thomas Jarosch <tomj@simonv.com> | 2011-12-10 19:23:51 +0000 |
| commit | c0c5a13b1897a526c1b375467d5038b0633e1f86 (patch) | |
| tree | 109f4793d77ed06cfd94e5e816a2750a176b0b31 /tools/configure | |
| parent | 0124d7bf6e063833383638fd313b96849ae61467 (diff) | |
| download | rockbox-c0c5a13b1897a526c1b375467d5038b0633e1f86.zip rockbox-c0c5a13b1897a526c1b375467d5038b0633e1f86.tar.gz rockbox-c0c5a13b1897a526c1b375467d5038b0633e1f86.tar.bz2 rockbox-c0c5a13b1897a526c1b375467d5038b0633e1f86.tar.xz | |
Pandora port: Fix borked compile flags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31204 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 80c6380..dac98cb 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" |