1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro

TILEPro now has a __builtin_trap instruction in gcc tip and gcc 6.
This commit is contained in:
Chris Metcalf
2016-11-23 12:25:23 -05:00
parent 7a5e3d9d63
commit c650aa612f
2 changed files with 6 additions and 2 deletions

View File

@ -305,8 +305,7 @@ class Context(object):
glibcs=[{},
{'variant': '32', 'ccopts': '-m32'}])
self.add_config(arch='tilepro',
os_name='linux-gnu',
glibcs=[{'ccopts': no_isolate}])
os_name='linux-gnu')
self.add_config(arch='x86_64',
os_name='linux-gnu',
gcc_cfg=['--with-multilib-list=m64,m32,mx32'],