i have an odroid-u2 with gentoo running on it here
i would like to change
Code: Select all
-mfloat-abi=softfp
reinstalling with another stage3 is not an option
I know, that a binary and all linked libraries need to be build with same setting (soft,softfp XOR hard)
so it sounds to me, like I only need to re-bootstrap the system, that is :
rebuilding the tool-chain, and then try
Code: Select all
emerge -e system
if a package fails, cause a depend-library still uses the old abi, i just will need to re-emerge this depended lib.
(1) Do you think that this will work?
(2) may be
Code: Select all
/usr/portage/scripts/bootstrap.sh

