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:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2016-11-23 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
* elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
|
* elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
|
||||||
|
@ -305,8 +305,7 @@ class Context(object):
|
|||||||
glibcs=[{},
|
glibcs=[{},
|
||||||
{'variant': '32', 'ccopts': '-m32'}])
|
{'variant': '32', 'ccopts': '-m32'}])
|
||||||
self.add_config(arch='tilepro',
|
self.add_config(arch='tilepro',
|
||||||
os_name='linux-gnu',
|
os_name='linux-gnu')
|
||||||
glibcs=[{'ccopts': no_isolate}])
|
|
||||||
self.add_config(arch='x86_64',
|
self.add_config(arch='x86_64',
|
||||||
os_name='linux-gnu',
|
os_name='linux-gnu',
|
||||||
gcc_cfg=['--with-multilib-list=m64,m32,mx32'],
|
gcc_cfg=['--with-multilib-list=m64,m32,mx32'],
|
||||||
|
Reference in New Issue
Block a user