Fix YP-R0 build.
YP-R0 never used sigaltstack threading, although it was (inadvertently)
defined. Due to the new handling of ifdefs in 268b725
this definition
started to be used, so remove it.
Change-Id: Ib5247741fc6dcfb66022d50c269812dfc3c4e214
This commit is contained in:
parent
fbe33e0728
commit
20261dd2f6
1 changed files with 0 additions and 1 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -646,7 +646,6 @@ ypr0cc () {
|
|||
SHARED_LDFLAG="-shared"
|
||||
SHARED_CFLAGS=''
|
||||
endian="little"
|
||||
thread_support="HAVE_SIGALTSTACK_THREADS"
|
||||
app_type="ypr0"
|
||||
|
||||
# Include path
|
||||
|
|
Loading…
Reference in a new issue