View previous topic :: View next topic |
Author |
Message |
meulie l33t
Joined: 17 Jun 2003 Posts: 845 Location: a Dutchman living in Norway
|
Posted: Wed Mar 29, 2006 10:26 am Post subject: SOLVED: crossdev - uninstall option? |
|
|
Hi all!
What is a good/recommended way to uninstall a target created by crossdev? _________________ Greetz,
Evert Meulie
Last edited by meulie on Thu Mar 30, 2006 8:29 am; edited 1 time in total |
|
Back to top |
|
|
Redhatter Retired Dev
Joined: 20 Sep 2003 Posts: 548 Location: Brisbane, QLD, Australia
|
Posted: Thu Mar 30, 2006 5:40 am Post subject: |
|
|
emerge unmerge cross-$CHOST/$component, where $CHOST is the target for the toolchain (e.g. mips-unknown-linux-gnu), and $component is one of the toolchain components installed -- ls /var/db/pkg/cross-$CHOST will tell you what parts you have installed. _________________ Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...
Gentoo/MIPS Cobalt developer, Mozilla herd member. |
|
Back to top |
|
|
Jake Veteran
Joined: 31 Jul 2003 Posts: 1132
|
Posted: Thu Mar 30, 2006 6:06 am Post subject: |
|
|
Redhatter, why not "crossdev -C $target"? |
|
Back to top |
|
|
Redhatter Retired Dev
Joined: 20 Sep 2003 Posts: 548 Location: Brisbane, QLD, Australia
|
Posted: Thu Mar 30, 2006 6:24 am Post subject: |
|
|
Jake wrote: | Redhatter, why not "crossdev -C $target"? |
Duh! You know... I never thought of that...
Okay meulie: what Jake said. _________________ Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...
Gentoo/MIPS Cobalt developer, Mozilla herd member. |
|
Back to top |
|
|
meulie l33t
Joined: 17 Jun 2003 Posts: 845 Location: a Dutchman living in Norway
|
Posted: Thu Mar 30, 2006 8:28 am Post subject: |
|
|
Thanks, guys!
I should have figured that out myself... _________________ Greetz,
Evert Meulie |
|
Back to top |
|
|
|