diff options
Diffstat (limited to 'games-emulation/xmame/files/0.77.1-icc.patch')
-rw-r--r-- | games-emulation/xmame/files/0.77.1-icc.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/games-emulation/xmame/files/0.77.1-icc.patch b/games-emulation/xmame/files/0.77.1-icc.patch deleted file mode 100644 index 4e091bd550a4..000000000000 --- a/games-emulation/xmame/files/0.77.1-icc.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile 2003-12-31 10:09:34.498349816 -0500 -+++ Makefile.icc 2003-12-31 10:18:46.570422104 -0500 -@@ -266,7 +266,7 @@ - ifeq ($(CC),icc) - - # Optimizations for the Intel compiler. -- CFLAGS = -O3 -rcd -Xa -ipo -ipo_obj -+ CFLAGS = -O3 -rcd -ipo -ipo_obj -w - - else - ifeq ($(CC),sun-forte) ---- src/unix/osinline.h 2003-11-13 00:06:05.000000000 -0500 -+++ src/unix/osinline.h.icc 2003-12-31 10:19:16.673845688 -0500 -@@ -20,6 +20,7 @@ - #define osd_mark_vector_dirty(x,y) - #endif - -+#undef X86_ASM - #ifdef X86_ASM - #define vec_mult _vec_mult - INLINE int _vec_mult(int x, int y) |