]> git.sesse.net Git - vlc/commit
android/configure.sh: sanitize flags
authorRafaël Carré <rafael.carre@gmail.com>
Tue, 30 Aug 2011 03:18:59 +0000 (23:18 -0400)
committerRafaël Carré <rafael.carre@gmail.com>
Tue, 30 Aug 2011 03:30:48 +0000 (23:30 -0400)
commit75e1d9c7b9775c792da63722d535cc58a6c90d1c
tree562d898f24687e5ab5d14d078c8c79095b6b1868
parent69b3ac6b1fd1ee3bb047e776cf28f8f24a6b8758
android/configure.sh: sanitize flags

No need for -Wl,-shared or -rpath-link
No need for -lc -lgcc -ld, especially when using -nostdlib
Use --sysroot to point compiler to android headers/libs
Rename some shell variables
Move enabled modules at the top of the options
No need to set PATH, we give the absolute path for compiler
extras/package/android/configure.sh