Announcement
Collapse
No announcement yet.
Mid-2012: Arch Linux vs. Slackware vs. Ubuntu vs. Fedora
Collapse
X
-
Originally posted by GreatEmerald View PostOh, well, that's handy, thanks. Though it only works after the kernel is in place, I assume, and compiling that still takes a while.
Comment
-
-
Originally posted by PeterKraus View PostI've used both Gentoo and am still using Arch. While "speed" was really the reason to go to Gentoo (and then move to Arch as I couldn't be arsed recompiling), it has a lot of other benefits compared to other distros.
Comment
-
Originally posted by Gusar View Postdistcc
(10 chars)
Run:
Code:gcc -march=native -E -v - </dev/null 2>&1 | grep cc1
Code:echo | gcc -dM -E - -march=native
Download a stage 3 tarball and extract it to a new chroot location, put the results of those commands into your C(XX)FLAGS in your make.conf, chroot, and start building your tablet system on the desktop as you normally would. When your done building everything, boot the tablet off a USB stick or something and rsync with the chroot on the desktop.
Comment
Comment