CC is C Compiler. LD is Link Editor. LE was already used to mean less or equal in a shell, likely sh. So, per convention, the conflicting character was ...
CC means that the file listed is being compiled from C by the C compiler. LD means that the file listed is being linked from a number of object files by the ...