aboutsummaryrefslogtreecommitdiff
path: root/runtime/lin_runtime64.mak
diff options
context:
space:
mode:
authorjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
committerjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
commit28008a746a31abb7909dd86cb0cd413ac8943b0b (patch)
treea30b74b8cad548048c3c1551d652828ab76fa9bd /runtime/lin_runtime64.mak
downloadvmprotect-3.5.1-master.tar
vmprotect-3.5.1-master.tar.gz
vmprotect-3.5.1-master.tar.bz2
vmprotect-3.5.1-master.zip
first commitHEADmaster
Diffstat (limited to 'runtime/lin_runtime64.mak')
-rw-r--r--runtime/lin_runtime64.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/lin_runtime64.mak b/runtime/lin_runtime64.mak
new file mode 100644
index 0000000..fa10b27
--- /dev/null
+++ b/runtime/lin_runtime64.mak
@@ -0,0 +1,4 @@
+ARCH := x86_64-linux-gnu
+ARCH_DIR := 64
+LFLAGS := $(LFLAGS) -Wl,-z,max-page-size=4096
+include lin_runtime.mak