summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0056-config-spu-t-spu-elf-dp-bit.c-Use-instead-of.patch
blob: 8f8b294da65cac269038298555e4c4cfeb487dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Upstream-Status: Inappropriate [Backport]
From 5b6ffdded3fd04395f72852e2a201d011d10a060 Mon Sep 17 00:00:00 2001
From: uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 1 Apr 2011 17:17:59 +0000
Subject: [PATCH 056/200] 	* config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171838 138bc75d-0d04-0410-961f-82ee72b054a4

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
-- 
1.7.0.4

OpenPOWER on IntegriCloud