Build kernel with our cross-compiler

This commit is contained in:
sin 2014-03-02 20:45:52 +00:00
parent 5c0a27a6c1
commit 7fc57a998a
2 changed files with 1 additions and 2 deletions

1
TODO
View File

@ -11,4 +11,3 @@ Packages
* Create an hwclock service file.
* Create a tinyalsa service file.
* Build musl from source.
* Build kernel with our cross-compiler.

View File

@ -5,7 +5,7 @@ build: crossmusl kernel_headers
cp "$top/stuff/kernel-config-$arch" .config
#make menuconfig
make oldconfig
make bzImage -j$nprocs
make CC=$CC bzImage -j$nprocs
cp arch/x86/boot/bzImage "$root/boot"
cp .config "$root/boot/bzImage.config"
cp System.map "$root/boot"