diff options
-rw-r--r-- | tools/gccas/gccas.sh | 1 |
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="" |