aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-06-27 22:49:49 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-06-27 22:49:49 +0000
commit1c06d22cd6c71ff7f961c63acca55eae421f150b (patch)
treedb8b02ec6a3e9d4406ff778123b1e8f9d077d7d8 /gcc/objc
parent90227703b710f721aa8fc9bff859757ae6106bb0 (diff)
Print message about ObjC thread file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/config-lang.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in
index da6338d50aa..736ba73b4ec 100644
--- a/gcc/objc/config-lang.in
+++ b/gcc/objc/config-lang.in
@@ -33,3 +33,5 @@ compilers="cc1obj\$(exeext)"
stagestuff=""
diff_excludes=""
+
+echo "Using \`$srcdir/objc/thr-${thread_file}.c' as Objective-C Runtime thread file."