Lines Matching refs:gcc_cfg
168 gcc_cfg=['--disable-multilib', '--with-cpu=hs38'])
171 gcc_cfg=['--disable-multilib', '--with-cpu=hs38_linux'])
174 gcc_cfg=['--disable-multilib', '--with-cpu=hs38'])
186 gcc_cfg=['--with-arch=armv7-a'])
189 gcc_cfg=['--with-float=hard', '--with-cpu=arm926ej-s'],
200 gcc_cfg=['--with-float=hard', '--with-cpu=arm926ej-s'])
204 gcc_cfg=['--with-float=hard', '--with-arch=armv7-a',
209 gcc_cfg=['--disable-multilib'])
212 gcc_cfg=['--with-float=hard', '--disable-multilib'])
223 gcc_cfg=['--disable-multilib'])
227 gcc_cfg=['--with-arch=cf', '--disable-multilib'])
231 gcc_cfg=['--with-arch=cf', '--with-cpu=54455',
235 gcc_cfg=['--disable-multilib'])
238 gcc_cfg=['--disable-multilib'])
241 gcc_cfg=['--with-mips-plt'],
250 gcc_cfg=['--with-mips-plt', '--with-float=soft'],
260 gcc_cfg=['--with-mips-plt', '--with-nan=2008',
272 gcc_cfg=['--with-mips-plt', '--with-nan=2008',
284 gcc_cfg=['--with-mips-plt'],
293 gcc_cfg=['--with-mips-plt', '--with-float=soft'],
303 gcc_cfg=['--with-mips-plt', '--with-nan=2008',
315 gcc_cfg=['--with-mips-plt', '--with-nan=2008',
327 gcc_cfg=['--with-mips-plt', '--with-nan=2008',
340 gcc_cfg=['--disable-multilib', '--enable-secureplt'],
347 gcc_cfg=['--disable-multilib', '--with-float=soft',
351 gcc_cfg=['--disable-multilib', '--enable-secureplt'])
354 gcc_cfg=['--disable-multilib', '--enable-secureplt'],
360 gcc_cfg=['--with-arch=rv32imac', '--with-abi=ilp32',
365 gcc_cfg=['--with-arch=rv32imafdc', '--with-abi=ilp32',
370 gcc_cfg=['--with-arch=rv32imafdc', '--with-abi=ilp32d',
375 gcc_cfg=['--with-arch=rv64imac', '--with-abi=lp64',
380 gcc_cfg=['--with-arch=rv64imafdc', '--with-abi=lp64',
385 gcc_cfg=['--with-arch=rv64imafdc', '--with-abi=lp64d',
404 gcc_cfg=['--without-fp'])
408 gcc_cfg=['--without-fp'])
425 gcc_cfg=['--with-multilib-list=m64,m32,mx32'],
1300 def __init__(self, ctx, arch, os_name, variant=None, gcc_cfg=None, argument
1313 if gcc_cfg is None:
1314 self.gcc_cfg = []
1316 self.gcc_cfg = gcc_cfg
1452 cfg_opts = list(self.gcc_cfg)