alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
60 stars 31 forks source link

Add sub-architecture and ABI to System objects. #108

Closed dvander closed 4 years ago

dvander commented 4 years ago

This doesn't affect x86/x86_64 which have no subarch or abi to care about. On ARMv7 however, the System object looks more complicated. For example, on an r-pi 3: ("linux", "arm", "v71", "gnueabihf")