diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-06 01:23:17 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-06 01:23:17 +0000 |
| commit | 1eb5a89d478634f0bd38335c947e2c7d0e2ab4c8 (patch) | |
| tree | a3a79fbb701041bded6f67e4be63cf61fb4ea8d7 | |
| parent | ccfed05057e25539bdb4b9b83dc20ea7ba69df6e (diff) | |
| download | ppe42-gcc-1eb5a89d478634f0bd38335c947e2c7d0e2ab4c8.tar.gz ppe42-gcc-1eb5a89d478634f0bd38335c947e2c7d0e2ab4c8.zip | |
* config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and
x86_64-*-linux* configurations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111751 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/config.gcc | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7cffaeab914..6d1858e9194 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2006-03-06 Ben Elliston <bje@au.ibm.com> + * config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and + x86_64-*-linux* configurations. + * config/dfp-bit.h (CMPtype): Typedef to a word mode integer. 2006-03-05 Kazu Hirata <kazu@codesourcery.com> diff --git a/gcc/config.gcc b/gcc/config.gcc index 403fb1039cc..e9d46c1a027 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1073,7 +1073,7 @@ i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu) i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h i386/knetbsd-gnu.h" ;; i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;; esac - tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtfm" + tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtfm t-dfprules" ;; x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \ @@ -1082,7 +1082,7 @@ x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu) x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;; x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;; esac - tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm" + tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm t-dfprules" ;; i[34567]86-*-gnu*) ;; |

