Ken Moffat wrote: > 2009/12/5 Bruce Dubbs <bruce.du...@gmail.com>: > >>> In 6.15 the sed is correctly wrapped in a case statement, but >>> the text just says >>>> As in Section 5.10, “GCC-4.4.2 - Pass 2”, apply the following >>>> sed to force the build to use the -fomit-frame-pointer >>>> compiler flag in order to ensure consistent compiler builds: >>> So, the sed in 5.10 should be wrapped in a similar case >>> statement. I think we could alter the 6.15 text to >>> ... Pass 2", for x86 machines apply the following ... >> I'm having a problem understanding the issue you have. If x86_64 >> doesn't use the T_CFLAGS that's applied, why does it make a difference? >> Are you just concerned about the explanation? >> >> -- Bruce >> > A *bootstrap* build on x86_64 doesn't use that option, but we > are passing it anyway (so, presumably, our second set of > compilers are built differently from a bootstrap (and from our > final set of compilers).
-fomit-frame-pointer in this context is only an optimization to gcc itself, not it's output. Does this optimization or lack of it really make a difference for our intermediate compiler? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page