]> code.ossystems Code Review - openembedded-core.git/blob
9238542ec8a4ab051d1a4a3eb113779a8c68b6aa
[openembedded-core.git] /
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 >>.
5
6 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171838 138bc75d-0d04-0410-961f-82ee72b054a4
7
8 index a131f64..5189f28 100644
9 --- a/gcc/config/spu/t-spu-elf
10 +++ b/gcc/config/spu/t-spu-elf
11 @@ -1,4 +1,5 @@
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.
15  #
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
19  DPBIT = dp-bit.c
20  
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
24  
25  fp-bit.c: $(srcdir)/config/fp-bit.c $(srcdir)/config/spu/t-spu-elf
26         echo '#define FLOAT' > fp-bit.c
27 -- 
28 1.7.0.4
29