[PATCH] Remove 32 bit sparc v8 support
Joseph Myers
joseph@codesourcery.com
Mon Nov 11 22:27:00 GMT 2019
On Mon, 11 Nov 2019, Adhemerval Zanella wrote:
> @@ -847,11 +847,7 @@ class Context(object):
> # be touched because nothing in a build depends on the files
> # in question.
> for f in ('sysdeps/gnu/errlist.c',
> - 'sysdeps/mach/hurd/bits/errno.h',
> - 'sysdeps/sparc/sparc32/rem.S',
> - 'sysdeps/sparc/sparc32/sdiv.S',
> - 'sysdeps/sparc/sparc32/udiv.S',
> - 'sysdeps/sparc/sparc32/urem.S'):
> + 'sysdeps/mach/hurd/bits/errno.h'):
> to_touch = os.path.join(srcdir, f)
> subprocess.run(['touch', '-c', to_touch], check=True)
> for dirpath, dirnames, filenames in os.walk(srcdir):
Yes, that sort of thing.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list