musl: disable hardware FPU registers usage
[openwrt/openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 200-no_forced_unwind.patch
1 --- a/Rules.mak
2 +++ b/Rules.mak
3 @@ -707,7 +707,6 @@ endif
4 ifeq ($(UCLIBC_HAS_THREADS),y)
5 ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
6 PTNAME := nptl
7 - CFLAGS += -DHAVE_FORCED_UNWIND
8 else
9 ifeq ($(LINUXTHREADS_OLD),y)
10 PTNAME := linuxthreads.old