@@ -606,7 +606,7 @@ if [ "$os_type" = "Linux" ]; then
606
606
if [ $release_arm -eq 1 ]; then
607
607
# ######################### Linux release|arm
608
608
609
- cpp_compiler=arm -linux-gnueabihf -g++
609
+ cpp_compiler=aarch64 -linux-gnu -g++
610
610
611
611
printf " %s\n" " Compiling libebm with $cpp_compiler for Linux release|arm"
612
612
obj_path_unsanitized=" $tmp_path_unsanitized /gcc/obj/release/linux/arm/libebm"
@@ -619,7 +619,7 @@ if [ "$os_type" = "Linux" ]; then
619
619
g_compile_out_full=" "
620
620
621
621
make_paths " $obj_path_unsanitized " " $bin_path_unsanitized "
622
- check_install " $tmp_path_unsanitized " " g++-arm -linux-gnueabihf "
622
+ check_install " $tmp_path_unsanitized " " g++-aarch64 -linux-gnu "
623
623
compile_directory " $cpp_compiler " " $specific_args $unzoned_args " " $src_path_unsanitized /unzoned" " $obj_path_unsanitized " " $is_asm "
624
624
compile_directory " $cpp_compiler " " $specific_args $compute_args " " $src_path_unsanitized /compute/cpu_ebm" " $obj_path_unsanitized " " $is_asm "
625
625
compile_directory " $cpp_compiler " " $specific_args $main_args " " $src_path_unsanitized " " $obj_path_unsanitized " " $is_asm "
@@ -634,7 +634,7 @@ if [ "$os_type" = "Linux" ]; then
634
634
# ######################### Linux debug|arm
635
635
printf " %s\n" " Compiling libebm with $cpp_compiler for Linux debug|arm"
636
636
637
- cpp_compiler=arm -linux-gnueabihf -g++
637
+ cpp_compiler=aarch64 -linux-gnu -g++
638
638
639
639
obj_path_unsanitized=" $tmp_path_unsanitized /gcc/obj/debug/linux/arm/libebm"
640
640
bin_path_unsanitized=" $tmp_path_unsanitized /gcc/bin/debug/linux/arm/libebm"
@@ -646,7 +646,7 @@ if [ "$os_type" = "Linux" ]; then
646
646
g_compile_out_full=" "
647
647
648
648
make_paths " $obj_path_unsanitized " " $bin_path_unsanitized "
649
- check_install " $tmp_path_unsanitized " " g++-arm -linux-gnueabihf "
649
+ check_install " $tmp_path_unsanitized " " g++-aarch64 -linux-gnu "
650
650
compile_directory " $cpp_compiler " " $specific_args $unzoned_args " " $src_path_unsanitized /unzoned" " $obj_path_unsanitized " 0
651
651
compile_directory " $cpp_compiler " " $specific_args $compute_args " " $src_path_unsanitized /compute/cpu_ebm" " $obj_path_unsanitized " 0
652
652
compile_directory " $cpp_compiler " " $specific_args $main_args " " $src_path_unsanitized " " $obj_path_unsanitized " 0
0 commit comments