summaryrefslogtreecommitdiffstats
path: root/lang/pypy/files/patch-rpython_translator_c_src_asm.h
blob: 352938fe7b2f17421c161d21ba04bc1b4ede47dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- rpython/translator/c/src/asm.h.orig	2016-06-14 07:46:04 UTC
+++ rpython/translator/c/src/asm.h
@@ -10,10 +10,6 @@
 #  include "src/asm_gcc_x86_64.h"
 #endif
 
-#if defined(__GNUC__) && defined(__ppc__)
-#  include "src/asm_ppc.h"
-#endif
-
 #if defined(MS_WINDOWS) && defined(_MSC_VER)
 #  include "src/asm_msvc.h"
 #endif
OpenPOWER on IntegriCloud