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]

Re: building gcc with -fssa, --enable-checking


> Have I missed something?  Why not just use 
> 
> 	make bootstrap BOOT_CFLAGS="-g -O2 -fssa"
> 

Thank you.  The only reference to BOOT_CFLAGS in gcc.info* is in gcc.info-8:

     If you do not have to install any additional GNU tools, you may
     use the command

          make bootstrap LANGUAGES=LANGUAGE-LIST BOOT_CFLAGS=OPTION-LIST

     instead of making `stage1', `stage2', and performing the two
     compiler builds.

and I didn't realize that BOOT_CFLAGS didn't apply to the stage1 build.

Brad

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