diff options
author | Richard Henderson <rth@redhat.com> | 2001-01-31 12:50:31 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-01-31 12:50:31 -0800 |
commit | c3e5f9fa0950345682777df997a08437a39849d2 (patch) | |
tree | c0aba184239b17eca80ed577c999b875847c3f72 /gcc/config.gcc | |
parent | b9e6ebe97b85b537c46b36e25900ed086cd52e61 (diff) | |
download | gcc-c3e5f9fa0950345682777df997a08437a39849d2.zip gcc-c3e5f9fa0950345682777df997a08437a39849d2.tar.gz gcc-c3e5f9fa0950345682777df997a08437a39849d2.tar.bz2 |
* config.gcc (alpha-osf5): Use float-i128.h.
From-SVN: r39384
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 19358fb..1bbbb4e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |