common.mak: remove AS.
authorwhitequark <whitequark@whitequark.org>
Sat, 25 Jul 2015 23:46:03 +0000 (02:46 +0300)
committerwhitequark <whitequark@whitequark.org>
Sat, 25 Jul 2015 23:46:03 +0000 (02:46 +0300)
commitf500b906e68c7bdf8cb8b0edd60fce42db721bd6
tree904291342be1f51d9f6e38ff9c460f55cd2ec6b0
parent8d1c555e36aa7305c736825cdb2892d74ca42bd7
common.mak: remove AS.

$(AS) was never used: $(assemble) invokes the C compiler instead.
In case of LLVM, this will allow us to consistently use the LLVM
internal assembler for both inline assembly in C and assembly
sources; so, avoid ever invoking binutils as explicitly.
software/common.mak