summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2011-04-17 02:35:12 +0200
committerMike Pall <mike>2011-04-17 02:36:10 +0200
commit54994ef7be48063406490774776a4c3715136463 (patch)
tree721b674b89385701a71a1e417f0ca88c96492845 /src/Makefile
parent7bb4b0f57082bec83b1048a379f1eb1ca28b0b44 (diff)
downloadluajit-54994ef7be48063406490774776a4c3715136463.tar.gz
luajit-54994ef7be48063406490774776a4c3715136463.tar.bz2
luajit-54994ef7be48063406490774776a4c3715136463.zip
ARM: Enable ARM port.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 00a4d7b3..5fa92af8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -354,8 +354,8 @@ LUAJIT_T= luajit
354ALL_T= $(LUAJIT_T) $(LUAJIT_A) $(LUAJIT_SO) $(BUILDVM_T) 354ALL_T= $(LUAJIT_T) $(LUAJIT_A) $(LUAJIT_SO) $(BUILDVM_T)
355ALL_HDRGEN= lj_bcdef.h lj_ffdef.h lj_libdef.h lj_recdef.h lj_folddef.h 355ALL_HDRGEN= lj_bcdef.h lj_ffdef.h lj_libdef.h lj_recdef.h lj_folddef.h
356ALL_GEN= $(LJVM_S) $(ALL_HDRGEN) $(LIB_VMDEFP) 356ALL_GEN= $(LJVM_S) $(ALL_HDRGEN) $(LIB_VMDEFP)
357ALL_DYNGEN= buildvm_x86.h buildvm_x64.h buildvm_x64win.h buildvm_ppcspe.h 357ALL_DYNGEN= buildvm_x86.h buildvm_x64.h buildvm_x64win.h buildvm_arm.h \
358###ALL_DYNGEN+= buildvm_arm.h 358 buildvm_ppcspe.h
359WIN_RM= *.obj *.lib *.exp *.dll *.exe *.manifest *.pdb *.ilk 359WIN_RM= *.obj *.lib *.exp *.dll *.exe *.manifest *.pdb *.ilk
360ALL_RM= $(ALL_T) $(ALL_GEN) *.o $(WIN_RM) 360ALL_RM= $(ALL_T) $(ALL_GEN) *.o $(WIN_RM)
361 361