diff options
Diffstat (limited to 'emulators/uae/files')
-rw-r--r-- | emulators/uae/files/patch-src+Makefile.in | 15 | ||||
-rw-r--r-- | emulators/uae/files/patch-src+include+sysdeps.h | 20 |
2 files changed, 0 insertions, 35 deletions
diff --git a/emulators/uae/files/patch-src+Makefile.in b/emulators/uae/files/patch-src+Makefile.in deleted file mode 100644 index b9a2a54..0000000 --- a/emulators/uae/files/patch-src+Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig Mon Feb 24 23:47:30 2003 -+++ src/Makefile.in Mon Feb 24 23:49:01 2003 -@@ -120,10 +120,8 @@ - cpustbl.c: cpuemu.c - cputbl.h: cpuemu.c - --cpufast.s: cpuemu.c tools/cpuopti -- $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s -- ./tools/cpuopti <cputmp.s >$@ -- rm cputmp.s -+cpufast.s: cpuemu.c -+ $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o $@ - - console_missing.o: missing.c - $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(CFLAGS_$@) $< -o $@ diff --git a/emulators/uae/files/patch-src+include+sysdeps.h b/emulators/uae/files/patch-src+include+sysdeps.h deleted file mode 100644 index 318339a..0000000 --- a/emulators/uae/files/patch-src+include+sysdeps.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/include/sysdeps.h.orig Mon Nov 19 23:58:46 2001 -+++ src/include/sysdeps.h Thu Sep 30 16:59:24 2004 -@@ -103,12 +103,12 @@ - }; - #endif - --#if defined(__GNUC__) && defined(AMIGA) --/* gcc on the amiga need that __attribute((regparm)) must */ --/* be defined in function prototypes as well as in */ --/* function definitions ! */ -+#if defined(__GNUC__) -+/* recent gcc needs that __attribute((regparm)) must */ -+/* be defined in function prototypes as well as in */ -+/* function definitions ! */ - #define REGPARAM2 REGPARAM --#else /* not(GCC & AMIGA) */ -+#else /* not GCC */ - #define REGPARAM2 - #endif - |