mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.
-Erik
This commit is contained in:
@@ -55,3 +55,12 @@ user-mode-linux_clean: clean
|
||||
user-mode-linux-dirclean:
|
||||
rm -rf $(UMLINUX_DIR)
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Setup the kernel headers, but don't compile anything for the target yet,
|
||||
# since we still need to build a cross-compiler to do that little task for
|
||||
# us... Try to work around this little chicken-and-egg problem..
|
||||
#
|
||||
#############################################################
|
||||
linux_headers: $(UMLINUX_DIR)/.configured
|
||||
|
||||
|
||||
Reference in New Issue
Block a user