1eb8dc403SDave Cobbley# 2eb8dc403SDave Cobbley# Sample multilib configuration which the user can either add in local.conf 3eb8dc403SDave Cobbley# or specific in an configuration file like this, then require it. 4eb8dc403SDave Cobbley# 5eb8dc403SDave Cobbley# This configuration specifies an x86 64 bit machine as the main machine 6eb8dc403SDave Cobbley# type and then adds a multilib in the "libx32" directory where those 7eb8dc403SDave Cobbley# libraries are compiled with the "x86-64-x32" tune. 8eb8dc403SDave Cobbley# 9eb8dc403SDave Cobbley 10eb8dc403SDave CobbleyMACHINE = "qemux86-64" 11eb8dc403SDave Cobbleyrequire conf/multilib.conf 12eb8dc403SDave CobbleyMULTILIBS = "multilib:libx32" 13*213cb269SPatrick WilliamsDEFAULTTUNE:virtclass-multilib-libx32 = "x86-64-x32" 14