Re: [Chicken-hackers] software-type and software-version for android

2013-02-21 Thread Christian Kellermann
* Mario Domenech Goulart mario.goul...@gmail.com [130220 23:52]:
 Hi,
 
 What should (software-type) and (software-version) yield for android?
 
 unix and android, respectively?

Probably android for both, since android does not come with all
posix things. pthreads for example.

Kind regards,

Christian

-- 
In the world, there is nothing more submissive and weak than
water. Yet for attacking that which is hard and strong, nothing can
surpass it. --- Lao Tzu

___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers


Re: [Chicken-hackers] software-type and software-version for android

2013-02-21 Thread Moritz Heidkamp
Christian Kellermann ck...@pestilenz.org writes:
 Probably android for both, since android does not come with all
 posix things. pthreads for example.

That's not quite true, is it? See
https://android.googlesource.com/platform/prebuilts/ndk/+/master/8/platforms/android-9/arch-arm/usr/include/pthread.h

I vote for software-type unix, too, although it is unclear to me what
this actually means :-) POSIX compliance can't be sufficient factor as
Windows has that, too. Unix [tm] can't be as well as that would
disqualify Linux.

Moritz

___
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers