On Thu, Nov 22, 2012 at 5:55 AM, Markus Trippelsdorf <mar...@trippelsdorf.de> wrote: > On 2012.11.21 at 15:54 -0800, H.J. Lu wrote: >> Hi, >> >> I added --with-build-config=bootstrap-asan support on hjl/asan >> branch: >> >> http://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/hjl/asan >> >> Any comments? > > It would be nice if one could run: > > % ~/gcc/configure --with-build-config=bootstrap-lto > --enable-checking=yes,asan > % make profiledbootstrap > > But maybe you could add this later? >
No need. You can do # ~/gcc/configure --with-build-config="bootstrap-lto bootstrap-asan" -- H.J.