Does meson support aarch64-elf-gcc? #11384
-
I would like to setup a cross project using the linker aarch64-elf-gcc but it doesn't seem to be supported. (At least in the linkers mentions here) Is there any way i can force meson to use my desired linker? Would setting c_ld inside the cross file force meson to use aarch64-elf-gcc as the linker? |
Beta Was this translation helpful? Give feedback.
Answered by
eli-schwartz
Feb 12, 2023
Replies: 1 comment 4 replies
-
Is GCC the linker or is it the linker driver and the actual linker is binutils bfd or some such? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
noaxie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is GCC the linker or is it the linker driver and the actual linker is binutils bfd or some such?