diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-27 18:49:49 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-27 18:49:49 -0400 |
commit | d2fdae0bf1692693a37208492597febc2ca91428 (patch) | |
tree | db8b02ec6a3e9d4406ff778123b1e8f9d077d7d8 /gcc | |
parent | 6131ad9d4d0202160a1413a2f098df5b7b463a49 (diff) | |
download | gcc-d2fdae0bf1692693a37208492597febc2ca91428.zip gcc-d2fdae0bf1692693a37208492597febc2ca91428.tar.gz gcc-d2fdae0bf1692693a37208492597febc2ca91428.tar.bz2 |
Print message about ObjC thread file.
From-SVN: r14351
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/config-lang.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index da6338d..736ba73 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." |