summaryrefslogtreecommitdiff
path: root/libobjc/Makefile.in
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-23 21:20:54 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-23 21:20:54 +0000
commit5148359d90d222f8991690afb8d409a6d78ca456 (patch)
treeb93e66d1b57be2d426c35741f1b6f2e8a08eeae3 /libobjc/Makefile.in
parent049906d9fbf01a9f218ce798db42a5e05205b764 (diff)
downloadgcc-5148359d90d222f8991690afb8d409a6d78ca456.tar.gz
libobjc:
* Makefile.in (runtime-info.h): Remove -Wp. gcc: * objc/lang-specs.h: Handle -print-objc-runtime-info. * doc/invoke.texi (Objective-C Dialect Options): Document it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r--libobjc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index 0f112c6764e..1e6c337a6e0 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -155,7 +155,7 @@ OBJS_GC = archive_gc.lo class_gc.lo encoding_gc.lo gc_gc.lo hash_gc.lo \
runtime-info.h:
echo "" > tmp-runtime.m
echo "/* This file is automatically generated */" > $@
- $(CC) $(MULTIFLAGS) -Wp,-print-objc-runtime-info -S tmp-runtime.m >> $@
+ $(CC) $(MULTIFLAGS) -print-objc-runtime-info -S tmp-runtime.m >> $@
rm -f tmp-runtime.m tmp-runtime.s
archive_gc.lo: archive.c