diff options
author | Chris Metcalf <cmetcalf@mellanox.com> | 2016-11-23 12:25:23 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-11-23 12:25:23 -0500 |
commit | c650aa612ff622d843c6b6e5eeb183aae1a17eaa (patch) | |
tree | b3a3c806973e8f0e4767e8e467cf750cfc6d4876 /scripts/build-many-glibcs.py | |
parent | 7a5e3d9d633c828d84a9535f26b202a6179978e7 (diff) | |
download | glibc-c650aa612ff622d843c6b6e5eeb183aae1a17eaa.tar.gz glibc-c650aa612ff622d843c6b6e5eeb183aae1a17eaa.tar.xz glibc-c650aa612ff622d843c6b6e5eeb183aae1a17eaa.zip |
build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro
TILEPro now has a __builtin_trap instruction in gcc tip and gcc 6.
Diffstat (limited to 'scripts/build-many-glibcs.py')
-rwxr-xr-x | scripts/build-many-glibcs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 63ea5fda0a..1447e22dce 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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'], |