For #1537, #1282, when not use builtin setjmp, donot compile md.S

pull/1568/head
winlin 5 years ago
parent 916ec71801
commit e42633cd65

@ -1,3 +1,5 @@
#if defined(MD_USE_BUILTIN_SETJMP)
/*
* Portions created by SGI are Copyright (C) 2000 Silicon Graphics, Inc.
* All Rights Reserved.
@ -504,3 +506,4 @@
#endif
#endif

@ -420,6 +420,7 @@
#elif defined(__arm__)
#define MD_STACK_GROWS_DOWN
/* https://github.com/ossrs/state-threads/issues/1#issuecomment-244648573 */
#define MD_USE_BUILTIN_SETJMP
/* force to use glibc solution, hack the guard jmpbuf from michaeltalyansky */

Loading…
Cancel
Save