Use SIGALTSTACK in maemo build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29332 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-02-19 00:50:12 +00:00
parent e80bd1df2a
commit 6cbb0e4229

1
tools/configure vendored
View file

@ -521,6 +521,7 @@ maemocc () {
GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,defs" GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,defs"
SHARED_FLAG="-shared" SHARED_FLAG="-shared"
endian="little" endian="little"
thread_support="HAVE_SIGALTSTACK_THREADS"
is_n900=0 is_n900=0
# Determine maemo version # Determine maemo version