This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [plugins-ici-cloning-instrumentation] install-plugin Makefile target
- From: Joern Rennecke <amylaar at spamcop dot net>
- To: ctuning-discussions at googlegroups dot com, Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Cc: Diego Novillo <dnovillo at google dot com>, ctuning-discussions at googlegroups dot com, GCC Mailing List <gcc at gcc dot gnu dot org>, Grigori Fursin <grigori dot fursin at inria dot fr>, Grigori Fursin <gfursin at gmail dot com>, Zbigniew Chamski <zbigniew dot chamski at gmail dot com>, Richard Guenther <richard dot guenther at gmail dot com>, Ian Lance Taylor <iant at google dot com>, Albert Cohen <Albert dot Cohen at inria dot fr>, Yuri Kashnikoff <yuri dot kashnikoff at gmail dot com>, Yuanjie Huang <huangyuanjie at ict dot ac dot cn>, Liang Peng <pengliang at ict dot ac dot cn>, dorit at il dot ibm dot com, Mircea Namolaru <NAMOLARU at il dot ibm dot com>
- Date: Wed, 18 Nov 2009 13:46:37 -0500
- Subject: Re: [plugins-ici-cloning-instrumentation] install-plugin Makefile target
- References: <4AE6E471.4020200@starynkevitch.net> <84fc9c000910270855w736df367qe511d8db280aaeb4@mail.gmail.com> <2dc303d60910271056h17038110ib63c53cfa374f5c7@mail.gmail.com> <20091102074959.p8410ulv28sg0w44-nzlynne@webmail.spamcop.net> <20091106121424.ph6anlgbk0848sss-nzlynne@webmail.spamcop.net> <20091106132953.s84iph9egwso8oo8-nzlynne@webmail.spamcop.net> <20091108204326.rmzkdcuj48s0o4cg-nzlynne@webmail.spamcop.net> <002101ca6182$51c35900$f54a0b00$@com> <20091110001931.t1fwdifrkc04co0w-nzlynne@webmail.spamcop.net> <20091118120518.6lmk3chcm8gow8ss-nzlynne@webmail.spamcop.net> <b798aad50911180940j33850e5ep2c7efad0eb8599d3@mail.gmail.com> <4B043C45.2090801@starynkevitch.net>
Quoting Basile STARYNKEVITCH <basile@starynkevitch.net>:
The interesting question is: do we have an installed plugins
directory? (We might have already discussed that, I forgot
the details and the context, probably more than a year ago). I wish
we had one:
At the moment we have a directory for plugin header files, which is a
subdirectory of an otherwise empty plugin directory:
[amylaar@laria gcc]$ /user/inria/bin/gcc --print-file-name=libgcc.a
/user/inria/lib/gcc/i686-pc-linux-gnu/4.5.0/libgcc.a
[amylaar@laria gcc]$ /user/inria/bin/gcc --print-file-name=plugin
/user/inria/lib/gcc/i686-pc-linux-gnu/4.5.0/plugin
[amylaar@laria gcc]$ ls -l `!!`
ls -l `/user/inria/bin/gcc --print-file-name=plugin`
total 4
drwxrwxr-x. 7 amylaar amylaar 4096 2009-11-18 17:48 include
[amylaar@laria gcc]$ /user/inria/bin/gcc --version
gcc (GCC) 4.5.0 20091108 (experimental)
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.