diff options
author | Mike Pall <mike> | 2011-04-17 02:35:12 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-04-17 02:36:10 +0200 |
commit | 54994ef7be48063406490774776a4c3715136463 (patch) | |
tree | 721b674b89385701a71a1e417f0ca88c96492845 /src/Makefile | |
parent | 7bb4b0f57082bec83b1048a379f1eb1ca28b0b44 (diff) | |
download | luajit-54994ef7be48063406490774776a4c3715136463.tar.gz luajit-54994ef7be48063406490774776a4c3715136463.tar.bz2 luajit-54994ef7be48063406490774776a4c3715136463.zip |
ARM: Enable ARM port.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
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 | |||
354 | ALL_T= $(LUAJIT_T) $(LUAJIT_A) $(LUAJIT_SO) $(BUILDVM_T) | 354 | ALL_T= $(LUAJIT_T) $(LUAJIT_A) $(LUAJIT_SO) $(BUILDVM_T) |
355 | ALL_HDRGEN= lj_bcdef.h lj_ffdef.h lj_libdef.h lj_recdef.h lj_folddef.h | 355 | ALL_HDRGEN= lj_bcdef.h lj_ffdef.h lj_libdef.h lj_recdef.h lj_folddef.h |
356 | ALL_GEN= $(LJVM_S) $(ALL_HDRGEN) $(LIB_VMDEFP) | 356 | ALL_GEN= $(LJVM_S) $(ALL_HDRGEN) $(LIB_VMDEFP) |
357 | ALL_DYNGEN= buildvm_x86.h buildvm_x64.h buildvm_x64win.h buildvm_ppcspe.h | 357 | ALL_DYNGEN= buildvm_x86.h buildvm_x64.h buildvm_x64win.h buildvm_arm.h \ |
358 | ###ALL_DYNGEN+= buildvm_arm.h | 358 | buildvm_ppcspe.h |
359 | WIN_RM= *.obj *.lib *.exp *.dll *.exe *.manifest *.pdb *.ilk | 359 | WIN_RM= *.obj *.lib *.exp *.dll *.exe *.manifest *.pdb *.ilk |
360 | ALL_RM= $(ALL_T) $(ALL_GEN) *.o $(WIN_RM) | 360 | ALL_RM= $(ALL_T) $(ALL_GEN) *.o $(WIN_RM) |
361 | 361 | ||