diff options
| author | luwenpeng <[email protected]> | 2024-11-13 15:08:03 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-11-15 18:40:04 +0800 |
| commit | 2e69e0edd8d2574952fd5fe779f9604cb7ed6ead (patch) | |
| tree | 94b91e279ee807a6950ef98d6b527b2c850d3d59 /platform | |
| parent | 595167dcf811fdb0c61f9d80df7fa0cd5cbe25e8 (diff) | |
TSG-23335 TFE适配AArch64架构v4.11.1-20241115
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | platform/src/main.cpp | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt index d7bfdd4..d9cf3ce 100644 --- a/platform/CMakeLists.txt +++ b/platform/CMakeLists.txt @@ -25,8 +25,7 @@ target_link_libraries(tfe pthread dl nfnetlink cjson libcurl-static hiredis-static - MESA_htable wiredcfg - MESA_field_stat + MESA_htable fieldstat4 breakpad_mini ${SYSTEMD_LIBRARIES}) diff --git a/platform/src/main.cpp b/platform/src/main.cpp index dacdd6a..e10b1db 100644 --- a/platform/src/main.cpp +++ b/platform/src/main.cpp @@ -12,4 +12,3 @@ #include <tfe_utils.h> #include <MESA/MESA_handle_logger.h> #include <MESA/MESA_prof_load.h> -#include <MESA/wired_cfg.h> |
