From: Chris Metcalf Date: Wed, 23 Nov 2016 17:25:23 +0000 (-0500) Subject: build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro X-Git-Tag: glibc-2.25~280 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c650aa612ff622d843c6b6e5eeb183aae1a17eaa;p=thirdparty%2Fglibc.git build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro TILEPro now has a __builtin_trap instruction in gcc tip and gcc 6. --- diff --git a/ChangeLog b/ChangeLog index 03ee791c294..8dbd8546b6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-11-23 Chris Metcalf + + * scripts/build-many-glibcs.py (Context.add_all_configs): Revert + use of -fno-isolate-erroneous-paths options for tilepro. + 2016-11-23 Florian Weimer * elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 63ea5fda0ab..1447e22dcef 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'],