%general-entities; ]> Adjusting the Toolchain Note that /lib or /lib64 is now the prefix of our dynamic linker. For 32 bit ABI: echo 'main(){}' > dummy.c cc ${BUILD32} dummy.c readelf -l a.out | grep ': /lib' For 64 bit ABI: echo 'main(){}' > dummy.c cc ${BUILD64} dummy.c readelf -l a.out | grep ': /lib' [Requesting program interpreter: /lib64/ld-linux-sparc-64.so.2] Note that /lib or /lib64 is now the prefix of our dynamic linker.