X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=toolchain%2Fgcc%2Fpatches%2Farc-2015.06%2F940-no-clobber-stamp-bits.patch;fp=toolchain%2Fgcc%2Fpatches%2Farc-2015.06%2F940-no-clobber-stamp-bits.patch;h=dbecef2d575ea42e939a61fc9cf0570b3d337e10;hp=0000000000000000000000000000000000000000;hb=8b5d644bb36846660e1fa20d38361fec12a14b28;hpb=759b1c11872d5df4bd198aaff2a5cf7e68a85314 diff --git a/toolchain/gcc/patches/arc-2015.06/940-no-clobber-stamp-bits.patch b/toolchain/gcc/patches/arc-2015.06/940-no-clobber-stamp-bits.patch new file mode 100644 index 0000000000..dbecef2d57 --- /dev/null +++ b/toolchain/gcc/patches/arc-2015.06/940-no-clobber-stamp-bits.patch @@ -0,0 +1,11 @@ +--- a/libstdc++-v3/include/Makefile.in ++++ b/libstdc++-v3/include/Makefile.in +@@ -1342,7 +1342,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}