summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.9-linaro/940-no-clobber-stamp-bits.patch
blob: f87425581908c0b3e8b646a87a6be64e977f0205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gcc-linaro-4.9-2014.10/libstdc++-v3/include/Makefile.in
===================================================================
--- gcc-linaro-4.9-2014.10.orig/libstdc++-v3/include/Makefile.in	2013-11-16 12:44:48.000000000 -0500
+++ gcc-linaro-4.9-2014.10/libstdc++-v3/include/Makefile.in	2014-12-02 06:23:02.236660279 -0500
@@ -1366,7 +1366,7 @@
 	@$(STAMP) stamp-bits
 
 stamp-bits-sup: stamp-bits ${bits_sup_headers}
-	@-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null
+	@-cd ${bits_builddir} && $(LN_S) $(filter-out stamp-bits,$?) . 2>/dev/null
 	@$(STAMP) stamp-bits-sup
 
 stamp-c_base: ${c_base_headers}