]> gcc.gnu.org Git - gcc.git/commitdiff
* config.gcc (alpha-osf5): Use float-i128.h.
authorRichard Henderson <rth@redhat.com>
Wed, 31 Jan 2001 20:50:31 +0000 (12:50 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 31 Jan 2001 20:50:31 +0000 (12:50 -0800)
From-SVN: r39384

gcc/ChangeLog
gcc/config.gcc

index d0c5aaac1acfaf99bb63836e29d21de21522966b..d8c0c5afe4c7c904ba7e5ced0f62530245fddfe4 100644 (file)
@@ -1,5 +1,7 @@
 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-i32.h: Likewise.
        * config/float-i64.h: Likewise.
index 19358fbe591716dde508138b45c46e662c409150..1bbbb4e93f9885a4ad81349d7c1559e34d8dfd63 100644 (file)
@@ -453,6 +453,7 @@ alpha*-dec-osf*)
          *-*-osf5*)
            tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
            tmake_file="$tmake_file alpha/t-osf4"
+           float_format=i128
            ;;
        esac
        case $machine in
This page took 0.078702 seconds and 5 git commands to generate.