dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
167 stars 21 forks source link

run sed for adjusting specs, fix header installation, add sources to sources.list, fix typos. #8

Closed gottaeat closed 5 years ago

gottaeat commented 5 years ago

apologies for:

dslm4515 commented 5 years ago

removed ARCH=${MLFS_CPU} from kernel header make, causes errors. actually, wrong variable was used. Command should be: ARCH=${MLFS_ARCH} INSTALL_HDR_PATH=dest headers_install

I am planning to includearmv7l support, so ARCH would then need to be set to arm

dslm4515 commented 5 years ago

Otherwise, i like the changes!