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:
@ -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'],
|
||||
|
Reference in New Issue
Block a user