From 28bd1fcb797ea86e92eea358c124eede6bdf62c0 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Tue, 7 Sep 2010 00:55:05 +0000 Subject: ported the change in r56828 to dynarec (is the check in psxBASIC() really necessary?), removed powerpc dynarec (cannot test and likely broken). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56896 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libpcsxcore/Makefile.am') diff --git a/libpcsxcore/Makefile.am b/libpcsxcore/Makefile.am index 63caf248..da905bc9 100644 --- a/libpcsxcore/Makefile.am +++ b/libpcsxcore/Makefile.am @@ -73,13 +73,3 @@ libpcsxcore_a_SOURCES += \ $(top_builddir)/libpcsxcore/ endif endif - -if ARCH_PPC -libpcsxcore_a_SOURCES += \ - $(top_builddir)/libpcsxcore/ppc/pR3000A.c \ - $(top_builddir)/libpcsxcore/ppc/ppc.c \ - $(top_builddir)/libpcsxcore/ppc/reguse.c \ - $(top_builddir)/libpcsxcore/ppc/pasm.s \ - $(top_builddir)/libpcsxcore/ -libpcsxcore_a_CCASFLAGS = -x assembler-with-cpp -mregnames -endif -- cgit v1.2.3