Hello,

On Thu, 5 Nov 2020, Somchai Smythe wrote:

With gcc and clang, I specify the AMD64 large code model with
-mcmodel=large
but that doesn't seem to work for tcc.  What is the right way to do that on tcc?

tcc only supports the normal ("small") code model, so there's no way to specify a different one. As the large code model is only useful when your overall code segment in the executable or a shared lib is larger than 2GB the feature isn't very useful even for GCC or LLVM.


Ciao,
Michael.

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

Reply via email to