On Fri, 22 Jan 2016 20:56:32 -0600 Bruce Dubbs <[email protected]> wrote:
> In any case, my initial test shows a normal build. > > Still asking for more input before I commit. > > -- Bruce Now that I keep thinking upon it, GCC wasn't the issue. GLIBC was the problem. http://www.gnu.org/software/libc/manual/html_node/Configuring-and-compiling.html You must build it in a separate build directory. For example, if you have unpacked the GNU C Library sources in /src/gnu/glibc-version, create a directory /src/gnu/glibc-build to put the object files in. This allows removing the whole build directory in case an error occurs, which is the safest way to get a fresh start and should always be done." Now if we think we are better than the devs for this decision, have at it. It has worked for many decades this way. Binutils and GCC mostly won't care. Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
