tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] OpenBSD/amd64 build failure


From: Christian Jullien
Subject: Re: [Tinycc-devel] OpenBSD/amd64 build failure
Date: Thu, 3 Jan 2019 08:10:41 +0100

It looks that OpenBSD is only half supported. FYI, FreeBSD is better
supported but does not completely (I can't remember where exactly it fails).

You must identify all references to *BSD* in the source code, add logic for
OpenBSD, based on triplet returned by conftest (./conftest t), pass
additional flags in Makefile to help the source code use OpenBSD specific
code.

As you see it could take some time until it works. I can't help you further.
Good luck.

-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of Alexander Mueller
Sent: jeudi 3 janvier 2019 02:56
To: tinycc-devel
Subject: Re: [Tinycc-devel] OpenBSD/amd64 build failure

Hey Julien, I'm unsure what kind of triplet am I supposed to use?

$ ./configure --prefix=./build --crtprefix=/usr/lib
Binary directory    ./build/bin
TinyCC directory    ./build/lib/tcc
Library directory   ./build/lib
Include directory   ./build/include
Manual directory    ./build/share/man
Info directory      ./build/share/info
Doc directory       ./build/share/doc
Source path         /home/dondy/Downloads/tinycc
C compiler          gcc (4.2)
Target OS           OpenBSD
CPU                 x86_64
Config              ldl=no
Creating config.mak and config.h

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

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