summaryrefslogtreecommitdiffstats
path: root/main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-12 15:56:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-12 15:56:45 +0000
commit3e800bf8214c23fd8ebce936f9f846949750034e (patch)
tree057e4560c6198189f98f6c2829a1549a7fb45c16 /main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch
parent0a61db5bf5537be193aada0990fcdd355ebc264d (diff)
downloadaports-3e800bf8214c23fd8ebce936f9f846949750034e.tar.bz2
aports-3e800bf8214c23fd8ebce936f9f846949750034e.tar.xz
main/gcc: upgrade to 4.8.1
TODO: fix gcc-go
Diffstat (limited to 'main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch')
-rw-r--r--main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch b/main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch
deleted file mode 100644
index e1eb2e6ab..000000000
--- a/main/gcc/49_all_gcc-4.7-x86-libitm-pr52695.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-http://gcc.gnu.org/PR52695
-https://bugs.gentoo.org/421305
-
-fix building on x86 systems
-
---- a/libitm/config/x86/target.h
-+++ b/libitm/config/x86/target.h
-@@ -69,16 +69,4 @@
- } // namespace GTM
-
- // We'll be using some of the cpu builtins, and their associated types.
--#ifndef __cplusplus
--/* ??? It's broken for C++. */
- #include <x86intrin.h>
--#else
--# ifdef __SSE2__
--# include <emmintrin.h>
--# elif defined(__SSE__)
--# include <xmmintrin.h>
--# endif
--# ifdef __AVX__
--# include <immintrin.h>
--# endif
--#endif