Hi Peter, Am 23.07.2012 um 15:24 schrieb [email protected]: > When building a package for wich the BUILD64 flag is activated, how can I > have different content for CONFIGURE_ARGS for a specific ISA?
That is easy: CONFIGURE_ARGS-32 = abc CONFIGURE_ARGS-64 = def CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) or something similar. > Concretely, building gdb with python bindings is possible only for a 32 > bit version as out Python offering has no 64 bit version yet. However, gdb > built on 32 bit can debug 64 bit processes and I wish to have the python > binding available at least for that ISA (e.g. debugging Qt programs is > more easy with python scripts). I suggest you proceed this way until we get the tcl 8.5 with 32/64 released. 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
_______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
