c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Implement default machine architectures #100

Closed MattWindsor91 closed 3 years ago

MattWindsor91 commented 3 years ago

Usually, a compiler's architecture will be the same as, or a subset of, the architecture of the target machine (unless we're doing cross-compilation, and c4t doesn't support that). As such, it'd be nice for the config structure to support machines having their own architecture, and this being applied to all compilers on that machine that don't specify their own.