On Tue, Nov 10, 2009 at 9:16 AM, Frantisek Dufka <[email protected]> wrote:
> But still it could be useful to set different compiler flags for arm
> (vfp, thumb mode) [...]
For that I think the standard way is to use dpkg-architecture in
debian/rules, e.g.:
HOST = $(shell dpkg-architecture -qDEB_HOST_ARCH)
...
ifeq ($(HOST),armel)
# some ARM specific commands go here
endif
> [...] or workaround some stuff not available in stratchbox
> environment.
I see some packages checking for scratchbox environment by looking for
presence of "/targets/links/scratchbox.config". This file is only
available when you are inside a scratchbox target.
Regards,
--
Anderson Lizardo
OpenBossa Labs - INdT
Manaus - Brazil
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers