Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BugFix] Fix BFD initialization error on aarch64 (#54372)
## Why I'm doing: BFD initialization error on aarch64: ``` [root@starrocks be]# uname -a Linux starrocks 4.19.90-2107.6.0.0192.8.oe1.bclinux.aarch64 #1 SMP Tue Mar 21 09:23:05 CST 2023 aarch64 aarch64 aarch64 GNU/Linux [root@starrocks be]# ./bin/start_be.sh --daemon [root@starrocks be]# tail log/be.WARNING E20241217 09:49:19.948438 70369568784448 bfd_parser.cpp:107] set default target to elf64-x86-64 failed. [root@starrocks be]# ``` ## What I'm doing: Fix BFD initialization error on aarch64. Signed-off-by: qingzhongli <[email protected]> (cherry picked from commit 699b630)
- Loading branch information