aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gccas/gccas.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gccas/gccas.sh b/tools/gccas/gccas.sh
index 05b0ac12f3..258d960481 100644
--- a/tools/gccas/gccas.sh
+++ b/tools/gccas/gccas.sh
@@ -18,6 +18,7 @@
#
##===----------------------------------------------------------------------===##
#
+echo "gccas: This tool is deprecated, please use opt" 1>&2
TOOLDIR=@TOOLDIR@
OPTOPTS="-std-compile-opts -f"
ASOPTS=""