drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Leave gcc/binutils #46

Closed osirisov closed 10 years ago

osirisov commented 10 years ago

The installer removes gcc as the last installation step. We should leave it for any future package compilation.

This is not a bug or major request. TBH it only took "pacman -S gcc" to rectify.

drinkcat commented 10 years ago

It's done that way on purpose, as we want to keep chroot as small as possible. If you install gcc manually (like you just did), chroagh will not remove it.