narke / gcc-cross-compiler

A script to cross-compile GCC toolchain for various target architectures.
BSD 3-Clause "New" or "Revised" License
51 stars 11 forks source link

No glibc? #6

Closed AwlsomeAlex closed 3 years ago

AwlsomeAlex commented 3 years ago

This is a very neat project, but without the creation of a glibc library under the desired architecture, and the fact that this is a 1-pass GCC, are you expecting the user to build onto this project?

What's an example use case of this project?

narke commented 3 years ago

I used this project to compile some custom kernels.