diff options
-rw-r--r-- | gcc/objc/Make-lang.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 0aaa5f4..7143298 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -56,6 +56,9 @@ OBJECTIVE-C objective-c: cc1obj objc-runtime # Tell GNU make to ignore these if they exist. .PHONY: objective-c objc ObjC +# The Objective C thread file +OBJC_THREAD_FILE=thr-$(GCC_THREAD_FILE) + # C common object files required by Objective C. OBJC_CCOMMON = c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o \ c-aux-info.o c-common.o c-iterate.o |