diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config/rs6000/t-float128-decimal | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libgcc/config/rs6000/t-float128-decimal b/libgcc/config/rs6000/t-float128-decimal deleted file mode 100644 index 2854c51..0000000 --- a/libgcc/config/rs6000/t-float128-decimal +++ /dev/null @@ -1,7 +0,0 @@ -# Add support for doing conversions between IEEE 128-bit floating point and -# Decimal types if glibc does not provide the necessary functions. - -LIB2ADD += $(srcdir)/config/rs6000/float128-decimal.c -SHLIB_MAPFILES += $(srcdir)/config/rs6000/float128-decimal.ver - -float128-decimal$(objext) : INTERNAL_CFLAGS += -mno-gnu-attribute |