1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 14:48:34 +00:00

Revert "Build kernel with our cross-compiler"

This reverts commit 7fc57a998aa441f62884a0593456b9d5c0eb00c5.
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

@ -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.

@ -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"