Hi Peter, Am 15.03.2014 um 19:47 schrieb Peter FELECAN <[email protected]>: > I'm struggling to provide a multi ISA guile which will enable a 64 bit > libopts build. > > The issue that I encounter is that the runtime dependencies for 32 and > 64 bit ISAs are different. > > I looked for directions in our build documentation and in the current > recipes and I didn't found a solution. > > There is the possibility to write: > > RUNTIME_DEP_PKGS_CSWlibguile2-0-22_sparc += CSWlibltdl7 > > But how can I write a more specific one for sparcv9 or amd64?
This would be only relevant if you split 32/64 between packages which is quite uncommon. You can always write things like RUNTIME_DEP_PKGS_<pkg>-32 += CSWfoo RUNTIME_DEP_PKGS_<pkg> += $(RUNTIME_DEP_PKGS_<pkg>-$(MEMORYMODEL)) but I would advise against it. Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
