mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
0124d7bf6e
commit
c0c5a13b18
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue