On 01/06/10 12:54:21, Ian Lance Taylor wrote: > I think you need to make sure that the script removes any existing > config.cache files.
Ian, thanks. This turned out to be a cockpit error on my part. The reghunt tools apparently expect the checked out gcc source tree to have the form <souce dir>/gcc; thus the sub-tree containing the GCC compiler is named <source dir>/gcc/gcc. I had left off the extra level of 'gcc', tried to patch around it in the reghunt tools, but didn't catch all the refs. The net effect is the build script tried to config/make gcc directly rather than config-ing/making from the top-level. After fixing that set up error, the reghunt tools are working just fine, and I was able to find the patch that I was looking for. - Gary