]> gitweb.factorcode.org Git - factor.git/commitdiff
vm: rename arm file
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 17 Jun 2022 22:29:07 +0000 (17:29 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 17 Jun 2022 22:29:07 +0000 (17:29 -0500)
vm/Config.arm.64 [new file with mode: 0644]
vm/Config.arm64.64 [deleted file]
vm/Config.macosx.arm64

diff --git a/vm/Config.arm.64 b/vm/Config.arm.64
new file mode 100644 (file)
index 0000000..b5a1414
--- /dev/null
@@ -0,0 +1 @@
+PLAF_MASTER_HEADERS += vm/cpu-arm.hpp
diff --git a/vm/Config.arm64.64 b/vm/Config.arm64.64
deleted file mode 100644 (file)
index b5a1414..0000000
+++ /dev/null
@@ -1 +0,0 @@
-PLAF_MASTER_HEADERS += vm/cpu-arm.hpp
index d5f31f153b55c698245f625a7997e24683895f84..756ee4b01b200f65d5e29270bda1f830ec27ad85 100644 (file)
@@ -1,5 +1,5 @@
 include vm/Config.macosx
-include vm/Config.arm64.64
+include vm/Config.arm.64
 
 PLAF_DLL_OBJS += vm/cpu-arm.64.cpp
 PLAF_MASTER_HEADERS += vm/os-macosx-arm64.hpp