]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro
authorChris Metcalf <cmetcalf@mellanox.com>
Wed, 23 Nov 2016 17:25:23 +0000 (12:25 -0500)
committerChris Metcalf <cmetcalf@mellanox.com>
Wed, 23 Nov 2016 17:25:23 +0000 (12:25 -0500)
TILEPro now has a __builtin_trap instruction in gcc tip and gcc 6.

ChangeLog
scripts/build-many-glibcs.py

index 03ee791c294f150260863973e07eb1d55e174ff0..8dbd8546b6c78ee04fa5274b133363e87fce07ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 63ea5fda0abc4b557102f50feaf1114b7030c4ba..1447e22dceff1862d63b1aea86c6e80fc5997e63 100755 (executable)
@@ -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'],