diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-06-06 13:51:24 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2006-06-06 13:51:24 +0100 |
commit | 406af897d0e3ea07a1baf80b60c2077d25e5420a (patch) | |
tree | 62a6fbbe8e5f5b4a4281834add902abee61be699 /gcc/config/mips/t-linux64 | |
parent | 8c60f779e1bb9e95e9b4135e6c5b6b2dc9529b9d (diff) | |
download | gcc-406af897d0e3ea07a1baf80b60c2077d25e5420a.zip gcc-406af897d0e3ea07a1baf80b60c2077d25e5420a.tar.gz gcc-406af897d0e3ea07a1baf80b60c2077d25e5420a.tar.bz2 |
t-linux64 (tp-bit.c): Append to tp-bit.c, not dp-bit.c.
* config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not
dp-bit.c.
From-SVN: r114433
Diffstat (limited to 'gcc/config/mips/t-linux64')
-rw-r--r-- | gcc/config/mips/t-linux64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64 index 4f820ff..0592e7f 100644 --- a/gcc/config/mips/t-linux64 +++ b/gcc/config/mips/t-linux64 @@ -11,7 +11,7 @@ tp-bit.c: $(srcdir)/config/fp-bit.c echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c echo '#endif' >> tp-bit.c echo '#if __LDBL_MANT_DIG__ == 113' >> tp-bit.c - echo '#define QUIET_NAN_NEGATED' >> dp-bit.c + echo '#define QUIET_NAN_NEGATED' >> tp-bit.c echo '# define TFLOAT' >> tp-bit.c cat $(srcdir)/config/fp-bit.c >> tp-bit.c echo '#endif' >> tp-bit.c |