This is the mail archive of the gcc-bugs@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]

[Bug other/15356] testsuite uses installed g++ instead of newly bootstrapped g++


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-28 03:31 -------
If I read the Makefile right:
check-gcc-c++:
        @if [ -f ./gcc/Makefile ] ; then \
          r=`${PWD_COMMAND}`; export r; \
          s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
          $(SET_LIB_PATH) \
          (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
        else \
          true; \
        fi 

There should be no problem at all as it just call make check-c++ inside the gcc directory.
The only thing I can think of is the relative patch which is causing this problem.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15356


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