TILEPro now has a __builtin_trap instruction in gcc tip and gcc 6.
+2016-11-23 Chris Metcalf <cmetcalf@mellanox.com>
+
+ * scripts/build-many-glibcs.py (Context.add_all_configs): Revert
+ use of -fno-isolate-erroneous-paths options for tilepro.
+
2016-11-23 Florian Weimer <fweimer@redhat.com>
* elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
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'],