mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:27:34 +00:00
Toolchain: Fix building libgcc for AARCH64
There was a typo in one of the spec files which resulted in us not building softfp support for libgcc. Additionally we were missing flags to build libgcc_s. This patch also makes sure we're not trying to link against crtbeginS.o and crtendS.o. This is part of a larger effort to at least get the userland to build at all.
This commit is contained in:
parent
24987e2b1f
commit
c18c84dbfd
2 changed files with 4 additions and 4 deletions
|
@ -53,8 +53,8 @@ index 8c56fcae5d2fdfcc8d1f9b2614f0c41ad44f258f..f5855cfa66d7950c3d7565ad938b4e47
|
|||
+ extra_parts="$extra_parts crti.o crtbegin.o crtend.o crtn.o"
|
||||
+ extra_parts="$extra_parts crtfastmath.o"
|
||||
+ tmake_file="$tmake_file ${cpu_type}/t-aarch64"
|
||||
+ tmake_file="$tmake_file ${cpu_type}/t-lse t-slibgcc-libgcc"
|
||||
+ tmake_file="$tmake_file ${cpu_type}/t-softfp t-softp t-crtfm"
|
||||
+ tmake_file="$tmake_file ${cpu_type}/t-lse t-slibgcc t-slibgcc-libgcc"
|
||||
+ tmake_file="$tmake_file ${cpu_type}/t-softfp t-softfp t-crtfm"
|
||||
+ md_unwind_header=aarch64/aarch64-unwind.h
|
||||
+ ;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue