This is the mail archive of the gcc-patches@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: [RFC/RFA] --with-build-time-tools configure option


>Gunther and Jan, could you test if this patch suits your needs?

I had a few issues:

- I had to add an m4_pattern_allow to top level configure.in for
AS_FOR_TARGET
- I had to remove the ^ uses in the right hand operands of expr's :
operator
- Since you already introduced the use of
ACX_CHECK_INSTALLED_TARGET_TOOL for as, ld, and nm, it seemed only
logical to extend this to ar and ranlib

With these changes, the build succeeded (even without creating stubs in
binutils/ as mentioned before); the testsuite is still running.

Thanks, Jan


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