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