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