summaryrefslogtreecommitdiff
path: root/libpcsxcore/Makefile.am
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-07 00:55:05 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-07 00:55:05 +0000
commit28bd1fcb797ea86e92eea358c124eede6bdf62c0 (patch)
tree34cc2ddd5672b5d8db850837fcc5880cee5cb4bd /libpcsxcore/Makefile.am
parent01f9db90eab920aa6ce7a51266c49b54ea01b1dd (diff)
downloadpcsxr-28bd1fcb797ea86e92eea358c124eede6bdf62c0.tar.gz
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
Diffstat (limited to 'libpcsxcore/Makefile.am')
-rw-r--r--libpcsxcore/Makefile.am10
1 files changed, 0 insertions, 10 deletions
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