Get the right warning message.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-02-09 03:12:21 +00:00
parent 7d8311fe1c
commit f49262e42e

View File

@@ -18,6 +18,6 @@
# #
##===----------------------------------------------------------------------===## ##===----------------------------------------------------------------------===##
# #
echo "gccas: This tool is deprecated, please use opt" echo "gccld: This tool is deprecated, please use llvm-ld"
TOOLDIR=@TOOLDIR@ TOOLDIR=@TOOLDIR@
$TOOLDIR/llvm-ld "$@" $TOOLDIR/llvm-ld "$@"