TILE-Gx Options

3.17.47 TILE-Gx Options

These ‘-m’ options are supported on the TILE-Gx:

-mcmodel=small
Generate code for the small model. The distance for direct calls is limited to 500M in either direction. PC-relative addresses are 32 bits. Absolute addresses support the full address range.
-mcmodel=large
Generate code for the large model. There is no limitation on call distance, pc-relative addresses, or absolute addresses.
-mcpu=name
Selects the type of CPU to be targeted. Currently the only supported type is ‘tilegx’.
-m32
-m64
Generate code for a 32-bit or 64-bit environment. The 32-bit environment sets int, long, and pointer to 32 bits. The 64-bit environment sets int to 32 bits and long and pointer to 64 bits.
-mbig-endian
-mlittle-endian
Generate code in big/little endian mode, respectively.

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gcc/TILE_002dGx-Options.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部