make compiles with dynamic loader "ld-linux" instead of "ld-musl" #3

Closed
opened 2023-03-10 12:15:49 -05:00 by lw-everestlinux · 1 comment
No description provided.
lw-everestlinux added this to the Everest Linux v1.0.0 milestone 2023-03-10 12:15:49 -05:00
lw-everestlinux added the
bug
label 2023-03-10 12:15:49 -05:00
Author
Owner

Fixed, use the following compile flags:

./configure \
--prefix=PREFIX \
--build=x86_64 \
--host=x86_64-linux-musl \
CC=x86_64-linux-musl-gcc
Fixed, use the following compile flags: ``` ./configure \ --prefix=PREFIX \ --build=x86_64 \ --host=x86_64-linux-musl \ CC=x86_64-linux-musl-gcc ```
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: EverestLinux/everest#3
No description provided.