Commit c3e5f9fa by Richard Henderson Committed by Richard Henderson

* config.gcc (alpha-osf5): Use float-i128.h.

From-SVN: r39384
parent b9e6ebe9
2001-01-31 Richard Henderson <rth@redhat.com> 2001-01-31 Richard Henderson <rth@redhat.com>
* config.gcc (alpha-osf5): Use float-i128.h.
* config/float-i128.h (FLT_EVAL_METHOD, DECIMAL_DIG): Define. * config/float-i128.h (FLT_EVAL_METHOD, DECIMAL_DIG): Define.
* config/float-i32.h: Likewise. * config/float-i32.h: Likewise.
* config/float-i64.h: Likewise. * config/float-i64.h: Likewise.
......
...@@ -453,6 +453,7 @@ alpha*-dec-osf*) ...@@ -453,6 +453,7 @@ alpha*-dec-osf*)
*-*-osf5*) *-*-osf5*)
tm_file="${tm_file} alpha/osf.h alpha/osf5.h" tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
tmake_file="$tmake_file alpha/t-osf4" tmake_file="$tmake_file alpha/t-osf4"
float_format=i128
;; ;;
esac esac
case $machine in case $machine in
......
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