From e550a6626bad8e992c957f40cb3db01d46d7d796 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 17:26:07 +0200 Subject: update to latest stable version of gcc 4.8.x --- package/gcc/patches/4.8.3/patch-libatomic_Makefile_in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/gcc/patches/4.8.3/patch-libatomic_Makefile_in (limited to 'package/gcc/patches/4.8.3/patch-libatomic_Makefile_in') diff --git a/package/gcc/patches/4.8.3/patch-libatomic_Makefile_in b/package/gcc/patches/4.8.3/patch-libatomic_Makefile_in new file mode 100644 index 000000000..e67a62dd3 --- /dev/null +++ b/package/gcc/patches/4.8.3/patch-libatomic_Makefile_in @@ -0,0 +1,12 @@ +--- gcc-4.8.2.orig/libatomic/Makefile.in 2013-10-16 09:27:58.000000000 +0200 ++++ gcc-4.8.2/libatomic/Makefile.in 2014-01-01 11:37:38.000000000 +0100 +@@ -298,7 +298,8 @@ PAT_N = $(word 2,$(PAT_SPLIT)) + PAT_S = $(word 3,$(PAT_SPLIT)) + IFUNC_DEF = -DIFUNC_ALT=$(PAT_S) + IFUNC_OPT = $(word $(PAT_S),$(IFUNC_OPTIONS)) +-M_DEPS = -MT $@ -MD -MP -MF $(DEPDIR)/$(@F).Ppo ++@AMDEP_TRUE@M_DEPS = -MT $@ -MD -MP -MF $(DEPDIR)/$(@F).Ppo ++@AMDEP_FALSE@M_DEPS = + M_SIZE = -DN=$(PAT_N) + M_IFUNC = $(if $(PAT_S),$(IFUNC_DEF) $(IFUNC_OPT)) + M_FILE = $(PAT_BASE)_n.c -- cgit v1.2.3