tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] macos: new tcc command line option?


From: Christian Jullien
Subject: [Tinycc-devel] macos: new tcc command line option?
Date: Sat, 11 Jul 2020 07:08:45 +0200

Hi maintainers,

 

As often, Apple reinvent the wheel and makes things differently.

Among other, clang handles shared libs .dylib with a different set of compiler options.

For example, -shared is replaced by –dynamiclib etc…

 

It means that a ./configure must test if it uses clang or tcc and adapt its compiler options.

 

Question: with proper #if/#endif do you allow me to handle clang specific options on macos?

 

FYI I currently see 4/5 options to add (or at least silently drop) to support tcc on macos with a better compatibility with clang.

 

C.


reply via email to

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