Skip to content

Remove check on host vs. target architecture

Marco Clemencic requested to merge clemenci/ignore-architecture-check into Sim09

the check does not work for the new architecture description (gaudi/Gaudi!853 (merged)), and was only needed to ensure we didn't try to build for x86_64 on i686 (we do not have 32 bits machines anymore), but it was only applied for gcc < 5.

Merge request reports