Steps to reproduce: 1) setup with: --machines qemumips64 --kernel=standard --dl-layers 2) . ./environment-setup-x86_64-wrlinuxsdk-linux 3) . ./oe-init-build-env build_test 4) chang the defualtune in local.conf: DEFAULTTUNE = "mips64-n32" 5) build bitbake libgcc 6) check the symlinks: cd tmp/work/mips64-wrs-linux-gnun32/libgcc/6.2.0 ls -l image/usr/lib32/mips64-wrs-linux-gnun32/6.2.0/ lrwxrwxrwx 1 user1 users 48 Jan 20 02:35 32 -> ../../../lib/mips-wrsmllib32-linux-gnun32/6.2.0/ lrwxrwxrwx 1 user1 users 52 Jan 20 02:35 64 -> ../../../lib64/mips64-wrsmllib64-linux-gnun32/6.2.0/ These two links are wrong.