sabotage-linux / sabotage

a radical and experimental distribution based on musl libc and busybox
http://sabo.xyz
Other
542 stars 68 forks source link

busybox: Pass HOSTCC to make allnoconfig #740

Closed davidar closed 2 months ago

davidar commented 2 months ago

This just copies all of the make flags to the allnoconfig step too. I needed this because if HOSTCC isn't specified, it defaults to gcc and hence errors out if that can't be found in the host system's path when it tries to compile kconfig during the stage0 bootstrap.