summaryrefslogtreecommitdiff
path: root/package/gcc/patches/4.8.3/patch-libatomic_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 17:26:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 17:26:26 +0200
commite550a6626bad8e992c957f40cb3db01d46d7d796 (patch)
tree89c535dcf983c9466379b682f9c7979d5561c8cb /package/gcc/patches/4.8.3/patch-libatomic_Makefile_in
parentf89ae854544e3667244336c9b507b3dcc43fb5ae (diff)
update to latest stable version of gcc 4.8.x
Diffstat (limited to 'package/gcc/patches/4.8.3/patch-libatomic_Makefile_in')
-rw-r--r--package/gcc/patches/4.8.3/patch-libatomic_Makefile_in12
1 files changed, 12 insertions, 0 deletions
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