1 From 5b6ffdded3fd04395f72852e2a201d011d10a060 Mon Sep 17 00:00:00 2001
2 From: uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
3 Date: Fri, 1 Apr 2011 17:17:59 +0000
4 Subject: [PATCH 056/200] * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
6 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171838 138bc75d-0d04-0410-961f-82ee72b054a4
8 index a131f64..5189f28 100644
9 --- a/gcc/config/spu/t-spu-elf
10 +++ b/gcc/config/spu/t-spu-elf
12 -# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
13 +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
14 +# Free Software Foundation, Inc.
16 # This file is free software; you can redistribute it and/or modify it under
17 # the terms of the GNU General Public License as published by the Free
18 @@ -55,7 +56,7 @@ FPBIT = fp-bit.c
21 dp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/spu/t-spu-elf
22 - cat $(srcdir)/config/fp-bit.c >> dp-bit.c
23 + cat $(srcdir)/config/fp-bit.c > dp-bit.c
25 fp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/spu/t-spu-elf
26 echo '#define FLOAT' > fp-bit.c