Important change to LLVM makefiles

I have recently built the LLVM suite .. The problem is when I run
llvmgcc( after setting alias to $LLVM )

gcc: installation problem, cannot exec `gccld': No such file or directory

the LLVM_LIB_SEARCH_PATH=..
is set to LLVMGCCDIR/bytecode-libs

Any idea

Make sure that 'gccld' as built from the LLVM tree is in your path, and
try again. If this doesn't help, please let me know.

-Chris