Commit f701f77c by Jeffrey A Law Committed by Jeff Law

configure.in (hpux10, [...]): Use i128 float format.


        * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
        * configure: Rebuilt.

From-SVN: r32263
parent 47163378
Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
* configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
* configure: Rebuilt.
2000-02-29 Philip Blundell <pb@futuretv.com>
* config/arm/conix-elf.h: New file.
......
......@@ -998,6 +998,7 @@ changequote([,])dnl
hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
float_format=i128
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
tmake_file=pa/t-pa
......@@ -1017,6 +1018,7 @@ changequote([,])dnl
;;
hppa1.0-*-hpux10*)
tm_file="${tm_file} pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
float_format=i128
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
tmake_file=pa/t-pa
......@@ -1037,6 +1039,7 @@ changequote([,])dnl
hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
target_cpu_default="MASK_PA_11"
tm_file="${tm_file} pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
float_format=i128
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
tmake_file=pa/t-pa
......@@ -1056,6 +1059,7 @@ changequote([,])dnl
;;
hppa1.0-*-hpux11*)
tm_file="${tm_file} pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
float_format=i128
xm_file=pa/xm-pahpux.h
xmake_file=pa/x-pa-hpux
if test x$gas = xyes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment