summaryrefslogtreecommitdiffstats
path: root/gcc/objc
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-20 09:59:59 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-20 09:59:59 +0000
commit71a3866bc9d7f6b0c53927efa1788eff058971bb (patch)
tree5ad3b96acdfdf8461495263eaadef8128ab17c0f /gcc/objc
parenta4740ca06328f740db3fcf8864b60c5af6a983c3 (diff)
downloadppe42-gcc-71a3866bc9d7f6b0c53927efa1788eff058971bb.tar.gz
ppe42-gcc-71a3866bc9d7f6b0c53927efa1788eff058971bb.zip
gcc:
* Makefile.in (lang_checks): Add. (check-c++, check-f77, check-java, check-g++, check-g77, check-objc): Remove hardcoded targets. * doc/sourcebuild.texi: Document testsuite hooks. * objc/Make-lang.in (check-objc, lang_checks): Add. gcc/cp: * Make-lang.in (check-g++, lang_checks): Add. gcc/f: * Make-lang.in (check-f77, lang_checks): Add. gcc/java: * Make-lang.in (check-java): Add. gcc/treelang: * Make-lang.in: Remove obsolete comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/Make-lang.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in
index f3eacadac3e..672d719b8b5 100644
--- a/gcc/objc/Make-lang.in
+++ b/gcc/objc/Make-lang.in
@@ -107,6 +107,8 @@ objc.tags: force
cd $(srcdir)/objc; etags -o TAGS.sub *.y *.c *.h; \
etags --include TAGS.sub --include ../TAGS.sub
+lang_checks += check-objc
+
#
# Install hooks:
# cc1obj is installed elsewhere as part of $(COMPILERS).
OpenPOWER on IntegriCloud