diff options
Diffstat (limited to 'libgcc/config/t-softfp')
-rw-r--r-- | libgcc/config/t-softfp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgcc/config/t-softfp b/libgcc/config/t-softfp index 94297ad..b352dfa 100644 --- a/libgcc/config/t-softfp +++ b/libgcc/config/t-softfp @@ -67,13 +67,11 @@ softfp_floatint_funcs = fix$(m)$(i) fixuns$(m)$(i) \ softfp_floatbitint_funcs = fix$(m)bitint floatbitint$(m) softfp_bid_list := ifeq ($(decimal_float),yes) -ifeq ($(enable_decimal_float),bid) softfp_bid_list += bitintpow10 \ $(foreach m,sd dd td,fix$(m)bitint floatbitint$(m) \ fix$(m)ti fixuns$(m)ti \ floatti$(m) floatunti$(m)) endif -endif softfp_func_list := \ $(foreach m,$(softfp_float_modes), \ |