diff options
Diffstat (limited to 'scripts/build-many-glibcs.py')
-rwxr-xr-x | scripts/build-many-glibcs.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index f911b2046a..19411c1d39 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -376,14 +376,6 @@ class Context(object): 'arch': 'sparcv9', 'ccopts': '-m32 -mlong-double-128', 'cfg': ['--disable-multi-arch']}]) - self.add_config(arch='tilegx', - os_name='linux-gnu', - glibcs=[{}, - {'variant': '32', 'ccopts': '-m32'}]) - self.add_config(arch='tilegxbe', - os_name='linux-gnu', - glibcs=[{}, - {'variant': '32', 'ccopts': '-m32'}]) self.add_config(arch='x86_64', os_name='linux-gnu', gcc_cfg=['--with-multilib-list=m64,m32,mx32'], @@ -1271,7 +1263,6 @@ class Config(object): 'riscv64': 'riscv', 'sh': 'sh', 'sparc': 'sparc', - 'tile': 'tile', 'x86_64': 'x86'} linux_arch = None for k in arch_map: |