arch: replace CROSS and ARCH with ABHOST and ABBUILD.
Closed this issue · 0 comments
Artoria2e5 commented
The words host
and build
(and target, later) should follow the definitions in automake:
- host: the arch for running the program'
- build: the arch for building the program
- target: the arch for which the compiler builds.
See #82.