diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-04-01 17:16:47 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2011-04-01 17:16:47 +0000 |
commit | 1ca1dad5f178ee1d9d7a611254728b7748b4eb08 (patch) | |
tree | 4a439e3559c14aec9d45dbba0788a98ee7257030 /gcc/config | |
parent | 49568e456f755baf89fb440248ee6df73684285f (diff) | |
download | gcc-1ca1dad5f178ee1d9d7a611254728b7748b4eb08.zip gcc-1ca1dad5f178ee1d9d7a611254728b7748b4eb08.tar.gz gcc-1ca1dad5f178ee1d9d7a611254728b7748b4eb08.tar.bz2 |
* config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
From-SVN: r171837
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/spu/t-spu-elf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/spu/t-spu-elf b/gcc/config/spu/t-spu-elf index a131f64..5189f28 100644 --- a/gcc/config/spu/t-spu-elf +++ b/gcc/config/spu/t-spu-elf @@ -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 |