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: demengler in libstdc++ is changed


> We already provided a library with C linkage (that does not need
> libstdc++).  But the libiberty people don't want to need a C++
> compiler to compile libiberty.

Yup.

> Your solution could work if you add the result to the CVS of libiberty
> and then only regenerate it whenever the libstdc++ version is changed.

In this way, the C++ compiler would be an optional tool like 'autoconf':
you only need the tool if you're working on that component (in this case
the demangler) otherwise you can use the precompiled .c file.

*shrug*

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/


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