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
This commit is contained in:
parent
8c60f779e1
commit
406af897d0
@ -1,3 +1,8 @@
|
||||
2006-06-06 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not
|
||||
dp-bit.c.
|
||||
|
||||
2006-06-06 Mike Stump <mrs@apple.com>
|
||||
|
||||
* Makefile.in: Rename to htmldir to build_htmldir to avoid
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user