Move -z max-page-size from the target spec to the cookbook

This commit is contained in:
bjorn3
2023-12-12 18:15:05 +01:00
parent 3188a44b23
commit 5bce3a5bb5
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -10,9 +10,6 @@
"vendor": "unknown",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"pre-link-args": {
"gnu-lld": ["-z", "max-page-size=0x1000"]
},
"features": "+strict-align,-neon,-fp-armv8,+tpidr-el1",
"dynamic-linking": false,
"executables": true,
-3
View File
@@ -10,9 +10,6 @@
"vendor": "unknown",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"pre-link-args": {
"gnu-lld": ["-z", "max-page-size=0x1000"]
},
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
"dynamic-linking": false,
"executables": true,
-3
View File
@@ -10,9 +10,6 @@
"vendor": "unknown",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"pre-link-args": {
"gnu-lld": ["-z", "max-page-size=0x1000"]
},
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
"dynamic-linking": false,
"executables": true,