Write the deprecation message to stderr instead of stdout so that it
[oota-llvm.git] / tools / gccas / gccas.sh
index 05b0ac12f3d486a4d33618aff17bfe1f936c5b99..258d9604810a95e8cf8565e33601b8050c2bf630 100644 (file)
@@ -18,6 +18,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 #
+echo "gccas: This tool is deprecated, please use opt" 1>&2
 TOOLDIR=@TOOLDIR@
 OPTOPTS="-std-compile-opts -f"
 ASOPTS=""