Revert "Build kernel with our cross-compiler"

This reverts commit 7fc57a998a.
This commit is contained in:
sin 2014-03-03 15:13:59 +00:00
parent 4dba91c0ff
commit bb0de1adc8
2 changed files with 2 additions and 1 deletions

1
TODO
View File

@ -11,3 +11,4 @@ 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 CC=$CC bzImage -j$nprocs
make bzImage -j$nprocs
cp arch/x86/boot/bzImage "$root/boot"
cp .config "$root/boot/bzImage.config"
cp System.map "$root/boot"