devel/google-perftools: Fix build on aarch64
'profiler' option fails to initialize Reported by: fallout
This commit is contained in:
parent
2756978a79
commit
7be2fec463
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ OPTIONS_SINGLE= PAGESIZE ALIGN
|
|||
OPTIONS_SINGLE_ALIGN= ALIGN8 ALIGN16
|
||||
OPTIONS_SINGLE_PAGESIZE= PAGE8K PAGE32K PAGE64K
|
||||
OPTIONS_DEFAULT= PAGE8K ALIGN16
|
||||
OPTIONS_DEFAULT_aarch64= PROFILER
|
||||
OPTIONS_DEFAULT_aarch64= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler, see https://github.com/gperftools/gperftools/issues/1362
|
||||
OPTIONS_DEFAULT_amd64= PROFILER
|
||||
OPTIONS_DEFAULT_armv6= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
|
||||
OPTIONS_DEFAULT_armv7= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler.
|
||||
|
|
Loading…
Reference in a new issue