ISA specific dependencies

Dagobert Michelsen dam at opencsw.org
Sat Mar 15 23:19:13 CET 2014


Hi Peter,

Am 15.03.2014 um 19:47 schrieb Peter FELECAN <pfelecan at opencsw.org>:
> 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2418 bytes
Desc: not available
URL: <http://lists.opencsw.org/pipermail/maintainers/attachments/20140315/2afecb13/attachment-0001.p7s>


More information about the maintainers mailing list