powerpc: Get rid of CROSS32{AS,LD,OBJCOPY}
authorSegher Boessenkool <segher@kernel.crashing.org>
Sat, 7 Jun 2008 23:42:52 +0000 (09:42 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 30 Jun 2008 12:30:39 +0000 (22:30 +1000)
CROSS32AS and CROSS32LD are never used (instead, CROSS32CC is used
with proper command line options).

CROSS32OBJCOPY isn't used anymore either, since the "wrapper" stuff
was added.

Remove these unused variables.

Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found