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