%% need to install crt0.o

crt = targetmap({ "default" : "crt0.o", "IRIS" : "crt1.o" })

cp_if(path_of(TARGET & "-" & crt), crt)
install_derived(crt)
