Skip to content

Commit

Permalink
gnueabi/gnueabihf targets are still eabi
Browse files Browse the repository at this point in the history
  • Loading branch information
RX14 committed Nov 11, 2024
1 parent bf94924 commit 69b2323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/codegen/target.cr
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Crystal::Codegen::Target
end

def eabi?
environment_parts.includes? "eabi"
environment_parts.any? { |part| part.includes? "eabi" }
end

def to_target_machine(cpu = "", features = "", optimization_mode = Compiler::OptimizationMode::O0,
Expand Down

0 comments on commit 69b2323

Please sign in to comment.