2 Commits

Author SHA256 Message Date
Soc Virnyl Estela
e0ad1b3909 fix: replace single quote to double quote in compiler-rt-adjust-paths.patch
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
2025-06-26 14:52:27 +08:00
f7a036249b Merge pull request 'patch: update compiler-rt-adjust-paths.patch' (#2) from mine into factory
Reviewed-on: #2
2025-06-26 08:50:37 +02:00

View File

@@ -13,7 +13,7 @@ diff -ruN /tmp/rusty_v8-v137.1.0/build/config/clang/BUILD.gn rusty_v8-v137.1.0/b
_dir = "armv7-unknown-linux-gnueabihf"
} else if (current_cpu == "arm64") {
_dir = "aarch64-unknown-linux-gnu"
+ _suffix = "-aarch64'
+ _suffix = "-aarch64"
} else {
assert(false) # Unhandled cpu type
}