instrumentation: try to find when the PPC_LINUX directory permisions get broken, if indeed it is even within here; maybe should reinstall OS... (detail)
-O3 breaks Solaris/sparc32 internally silently convert it to -O2, for this target only (when you run a bootstrap cm3 from -O3, the exception upon not finding cm3.cfg isn't dispatched correctly) (detail)
fidget with pic/app-regs flags -- looking better for SPARC32_LINUX but still not for SPARC32_SOLARIS (detail)
switch AMD64_SOLARIS to gcc 4.5.1 backend It worked far enough to build and run a cross/boot cm3. workaround http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45927 (detail)
gcc 3.4.3 can't compile gcc 4.5.1 targeting AMD64_SOLARIS see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45929 It would be nice to split up the files for portability.
So favor gcc 4.x on the opencsw machines, where we can find it. When doing native AMD64_SOLARIS builds.
Other folks will have to modify $PATH.
Note that cc in path should and I think also does take precedence. We generally favor Sun cc. Eh? (detail)
move SPARC32_LINUX to gcc 4.5.1 backend still testing but looking ok, bootstrap cm3 runs ok
move I386_OPENBSD to gcc 4.5.1 backend I think I tested it. It is the only I386 target not moved.
move MIPS64_OPENBSD to gcc 4.5.1 backend Not tested. This platform hasn't really arrived and isn't very likely -- SGI hardware, which I do have..
move MIPS64EL_OPENBSD to gcc 4.5.1 backend. Not tested. Much more viable than MIPS64_OPENBSD as there is recently developed laptops running it (yes, I have one). (They run Linux too.) (detail)
work in progress (or possibly done) on pic/regs flags (SPARC64 less actively tested!) (detail)
safe keeping: use volatile more consistently and more often (detail)
neuter 4.3 cgraph_remove_unreachable_nodes that doesn't like our trees (detail)
also look in /usr/X11R7/lib in addition to /usr/X11R6/lib, as that is where things are on my 5.0.2 system (really should use $ORIGIN here..at least if on a 5.0+ system (detail)