I copied in /mnt/chrooted of my desktop a new stage3, and my idea is to chroot into that and use it as a clone of my notebook. I first upgrade/install in that chroot workspace, than (setting up portage) i upgrade/install using pkg builded on desktop.
So, after extract a stage3, i copied world file and /etc/portage (from my notebook to chrooted workspace).
The problem is: my notebook as a i5 processor, my dekstop has an (old) core2duo. In notebook, i use -march=native, equivalent to corei7-avx.
My question is: if i compile in my chroot workspace with corei7-avx -march, it should gives me some problems... right? So... is better to compile with -march=native from my desktop? the pkg will be not full-optimized for i5, but i will not problems... (i think!)
If i have a notebook with some software build with -march=corei7-avx and some software build with -march relative to core2duo... could give me some problems?!
If you have any suggestion, thank you!


