* config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.

From-SVN: r171837
This commit is contained in:
Ulrich Weigand 2011-04-01 17:16:47 +00:00 committed by Ulrich Weigand
parent 49568e456f
commit 1ca1dad5f1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
2011-04-01 Kai Tietz <ktietz@redhat.com>
* config.gcc (*-*-mingw*): Allow as option the

View File

@ -1,4 +1,5 @@
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
@ -55,7 +56,7 @@ FPBIT = fp-bit.c
DPBIT = dp-bit.c
dp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/spu/t-spu-elf
cat $(srcdir)/config/fp-bit.c >> dp-bit.c
cat $(srcdir)/config/fp-bit.c > dp-bit.c
fp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/spu/t-spu-elf
echo '#define FLOAT' > fp-bit.c