mirror of git://gcc.gnu.org/git/gcc.git
[AUTOFDO] Fix autogen remake issue
Fix autogen issue introduced by commit
commit 86dc974cf3
ChangeLog:
* Makefile.def: Fix typo in cpu_type
* Makefile.tpl: Add cpu_type
Signed-off-by: Kugan Vivekanandarajah <kvivekananda@nvidia.com>
This commit is contained in:
parent
8859a06fc8
commit
fcb6029298
|
|
@ -758,7 +758,7 @@ bootstrap_stage = {
|
||||||
bootstrap_target=profiledbootstrap ; };
|
bootstrap_target=profiledbootstrap ; };
|
||||||
bootstrap_stage = {
|
bootstrap_stage = {
|
||||||
id=autoprofile ; prev=1 ;
|
id=autoprofile ; prev=1 ;
|
||||||
autoprofile="$$s/gcc/config/@cpu_typet@/$(AUTO_PROFILE)" ; };
|
autoprofile="$$s/gcc/config/$(cpu_type)/$(AUTO_PROFILE)" ; };
|
||||||
bootstrap_stage = {
|
bootstrap_stage = {
|
||||||
id=autofeedback ; prev=autoprofile ;
|
id=autofeedback ; prev=autoprofile ;
|
||||||
bootstrap_target=autoprofiledbootstrap ;
|
bootstrap_target=autoprofiledbootstrap ;
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ build_alias=@build_noncanonical@
|
||||||
build_vendor=@build_vendor@
|
build_vendor=@build_vendor@
|
||||||
build_os=@build_os@
|
build_os=@build_os@
|
||||||
build=@build@
|
build=@build@
|
||||||
|
cpu_type=@cpu_type@
|
||||||
host_alias=@host_noncanonical@
|
host_alias=@host_noncanonical@
|
||||||
host_vendor=@host_vendor@
|
host_vendor=@host_vendor@
|
||||||
host_os=@host_os@
|
host_os=@host_os@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue