From subsecret
Revision as of 15:20, 9 May 2013 by Steffen Mikkelsen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

We install only the kernel headers so glibc can use those

tar xf linux-3.9.1.tar.xz
cd linux-3.9.1
make mrproper
make INSTALL_HDR_PATH=/tools headers_install 
ln -s /tools/ /tools/x86_64-unknown-linux-gnu
cd ..

We are now ready for next step