This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove 32 bit sparc v8 support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]