diff options
author | Steve Ellcey <sje@cup.hp.com> | 2001-06-26 03:50:48 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2001-06-25 20:50:48 -0700 |
commit | 23c108aff8d955857df3cd6a7e86d911792ed672 (patch) | |
tree | d032e6109401e2be41cea1fc0ef46ea258a6a534 /gcc/config/ia64/t-hpux | |
parent | 62d73fa83bbe229d4630844295c57211e05b5bf7 (diff) | |
download | gcc-23c108aff8d955857df3cd6a7e86d911792ed672.zip gcc-23c108aff8d955857df3cd6a7e86d911792ed672.tar.gz gcc-23c108aff8d955857df3cd6a7e86d911792ed672.tar.bz2 |
Add ia64-hpux 128-bit long double support.
From-SVN: r43565
Diffstat (limited to 'gcc/config/ia64/t-hpux')
-rw-r--r-- | gcc/config/ia64/t-hpux | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/ia64/t-hpux b/gcc/config/ia64/t-hpux new file mode 100644 index 0000000..b6234bd --- /dev/null +++ b/gcc/config/ia64/t-hpux @@ -0,0 +1,6 @@ +# Support routines for HP-UX 128 bit floats. + +LIB2FUNCS_EXTRA=quadlib.c + +quadlib.c: $(srcdir)/config/ia64/quadlib.c + cat $(srcdir)/config/ia64/quadlib.c > quadlib.c |