tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [PATCH] improving solaris/illumos support


From: Christian Jullien
Subject: Re: [Tinycc-devel] [PATCH] improving solaris/illumos support
Date: Mon, 21 Feb 2022 05:59:31 +0100

Hello David,

Funny, I considered to try this port last year, unfortunately my Solaris VM is 
broken I only have true Solaris 10 sparc machines (with of course No chances it 
works on a sparc CPU).

What is the status of Solaris port after this patch?
Does it works, I think you have some ELF reloc issues (a big classic for a new 
port), do you?

You missed the correct values for:
#elif defined(__sun)
+#define BOUND_TID_TYPE   pid_t
+#define BOUND_GET_TID    syscall (SYS_xxxx)

-----Original Message-----
From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On 
Behalf Of David CARLIER
Sent: Sunday, February 20, 2022 20:00
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] [PATCH] improving solaris/illumos support

Hi, here a patch to add this platform as a new target.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]