diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index bfb8e1f78c..b92e0315b5 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -70,7 +70,9 @@ mpn-headers = longlong.h gmp.h gmp-impl.h gmp-mparam.h asm-syntax.h routines := $(strip $(routines) $(mpn-routines)) \ dbl2mpn ldbl2mpn \ mpn2flt mpn2dbl mpn2ldbl -aux := mp_clz_tab fpioconst +# mp_clz seems not to be used. At least on x86. If removing the file +# does not cause problem clean this up and actually remove the file. +aux := fpioconst# mp_clz_tab distribute := $(distribute) $(mpn-headers) gen-mpn-copy fpioconst.h generated += isomac isomac.out |