1# On HP-UX we do not want _fixtfdi, _fixunstfdi, or _floatditf from
2# LIB1ASMSRC.  These functions map the 128 bit conversion function names
3# to 80 bit conversions and were done for Linux backwards compatibility.
4LIB1ASMFUNCS := $(filter-out _fixtfdi _fixunstfdi _floatditf,$(LIB1ASMFUNCS))
5
6# Support routines for HP-UX 128 bit floats.
7LIB2ADD = $(srcdir)/config/ia64/quadlib.c $(srcdir)/floatunsitf.c
8
9LIB2ADDEH = $(srcdir)/unwind-c.c
10