summaryrefslogtreecommitdiff
path: root/patches/gcc/4.7.2
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-02 22:21:10 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-02 22:21:10 (GMT)
commit387955ea861750bf4c9b9a8ba60f6802969c6f4c (patch)
tree13ee28a3b9788476efa26a4b9c82d4feb967a39d /patches/gcc/4.7.2
parent48a0c4275485eee3ed8d0f8cb433599f1f42c731 (diff)
parent1a25115a1851d3defdf4d37825d8a291be078e53 (diff)
Merge pull request #232 from bhundven/less_gcc_versions_part_1
gcc: Support only the latest branch releases of gcc
Diffstat (limited to 'patches/gcc/4.7.2')
-rw-r--r--patches/gcc/4.7.2/000-libitm-fix-definition-of-__m64.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/patches/gcc/4.7.2/000-libitm-fix-definition-of-__m64.patch b/patches/gcc/4.7.2/000-libitm-fix-definition-of-__m64.patch
deleted file mode 100644
index ade14a7..0000000
--- a/patches/gcc/4.7.2/000-libitm-fix-definition-of-__m64.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 3d27d47fbebdb1be3d35e398a7c042a930f64aa6 Mon Sep 17 00:00:00 2001
-From: Richard Braun <rbraun@sceen.net>
-Date: Mon, 26 Nov 2012 11:36:17 +0100
-Subject: [PATCH] libitm: fix definition of __m64
-
-See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52695 for details.
----
- libitm/config/x86/target.h | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
-
-diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h
-index 5c7e6fb..6254d8a 100644
---- a/libitm/config/x86/target.h
-+++ b/libitm/config/x86/target.h
-@@ -73,6 +73,9 @@ cpu_relax (void)
- /* ??? It's broken for C++. */
- #include <x86intrin.h>
- #else
-+# ifdef __MMX__
-+# include <mmintrin.h>
-+# endif
- # ifdef __SSE2__
- # include <emmintrin.h>
- # elif defined(__SSE__)
---
-1.7.2.5
-