mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-12 19:00:28 +00:00
Use better triple for ARM32 freestanding
This commit is contained in:
@@ -881,7 +881,7 @@ gb_global TargetMetrics target_freestanding_arm32 = {
|
||||
TargetOs_freestanding,
|
||||
TargetArch_arm32,
|
||||
4, 4, 8, 16,
|
||||
str_lit("arm-unknown-unknown-gnueabihf"),
|
||||
str_lit("arm-none-eabihf"),
|
||||
};
|
||||
gb_global TargetMetrics target_freestanding_riscv64 = {
|
||||
TargetOs_freestanding,
|
||||
|
||||
Reference in New Issue
Block a user