This is the mail archive of the gcc@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]

BOOT_CFLAGS coverage


  While doing bootstraps with...

make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3"

I noticed the absence of these flags being utilized in libdecnumber, libffi, libgcc, etc.
This also appears to be limiting the coverage of the lto-bootstrap as well. Are there any
plans to address in the near term? If not, any hints on what we are missing to solve this?
Is it as simple as adding the appropriate entries in Makefile.in for BUILD_COMPILERFLAGS
and BUILD_CPPFLAGS?
           Jack


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