This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tree-SSA Newbie Questions


On Thu, 2004-05-13 at 09:05, Sebastian Pop wrote:

> That's because the following patch didn't included @TREE-BROWSER@ in
> each compiler or didn't included it at the right place: the fix is to
> include this directly into OBJS-common:
> 
> OBJS-common = ... @ANDER@ ... @TREE-BROWSER@ ...
> 
No.  If you put it in the library, it won't get linked in. 
@TREE-BROWSER@ has to be explicitly glued in cc1.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]