diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 91eaf60cfc..2682766c35 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -67,6 +67,10 @@ distribute := $(distribute) $(mpn-headers) gen-mpn-copy fpioconst.h generated += isomac isomac.out +CFLAGS-bsearch.c = $(exceptions) +CFLAGS-msort.c = $(exceptions) +CFLAGS-qsort.c = $(exceptions) + include ../Rules |