Kugan Vivekanandarajah <kvivekana...@nvidia.com> writes: > Add support for autoprofiledbootstrap in aarch64. > This is similar to what is done for i386. Added > gcc/config/aarch64/gcc-auto-profile for aarch64 profile > creation. > > How to run: > configure --with-build-config=bootstrap-lto > make autoprofiledbootstrap > > ChangeLog: > > * Makefile.def: AUTO_PROFILE based on cpu_type. > * Makefile.in: Likewise. > * configure: Regenerate. > * configure.ac: Set autofdo_target. > > gcc/ChangeLog: > > * config/aarch64/gcc-auto-profile: New file. > > Signed-off-by: Kugan Vivekanandarajah <kvivekana...@nvidia.com>
OK, thanks. Richard