Commit 3cb71167 by Basile Starynkevitch Committed by Basile Starynkevitch

plugins.texi (Building GCC plugins): Corrected typo in Makefile excerpt - @…

plugins.texi (Building GCC plugins): Corrected typo in Makefile excerpt - @ should be doubled for texinfo.

2009-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
	* doc/plugins.texi (Building GCC plugins): Corrected typo in
	Makefile excerpt - @ should be doubled for texinfo.

From-SVN: r148929
parent d6533e74
2009-06-25 Basile Starynkevitch <basile@starynkevitch.net>
* doc/plugins.texi (Building GCC plugins): Corrected typo in
Makefile excerpt - @ should be doubled for texinfo.
2009-06-24 Ian Lance Taylor <iant@google.com>
* config/arc/arc.c: Include "df.h".
......
......@@ -305,7 +305,7 @@ GCCPLUGINS_DIR:= $(shell $(GCC) -print-file-name=plugin)
CFLAGS+= -I$(GCCPLUGINS_DIR)/include -fPIC -O2
plugin.so: $(PLUGIN_OBJECT_FILES)
$(GCC) -shared $^ -o $@
$(GCC) -shared $^ -o $@@
@end smallexample
A single source file plugin may be built with @code{gcc -I`gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment