mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08: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:
parent
7a5e3d9d63
commit
c650aa612f
@ -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>
|
||||
|
||||
* elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
|
||||
|
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user