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]

Re: Various bugs in egcs (fwd)


> libgloss has to work with everything.  It has to be able to handle cases
> where you testing out of the build directory, or from an installed
> directory or a mix.
> 
> As such there is no "real" solution for this problem that I can see.
> 
> I've got no problem moving/removing the tests which need libg++ facilities;
> but I do have a problem with ripping necessary and important code out
> of libgloss.exp.
> 

How about changing

        lappend args "additional_flags=[g++_include_flags]";
        lappend args "additional_flags=[g++_link_flags]";

into

        lappend args "additional_flags=[libstdc++_include_flags]";
        lappend args "additional_flags=[libstdc++_link_flags]";

in libio/testsuite/lib/libio.exp?


-- 
H.J. Lu (hjl@gnu.ai.mit.edu)


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