This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.24 in repository glibc.
commit 243e95baffd6b4bcf9b0bf857492f512b5052ba1 Author: Aurelien Jarno <[email protected]> Date: Thu Aug 4 03:05:44 2016 +0200 debian/sysdeps/sparc64.mk: compile all flavours with -mcpu=ultrasparc. --- debian/changelog | 1 + debian/sysdeps/sparc64.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1759e9..ff771b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ glibc (2.24-0experimental0) UNRELEASED; urgency=medium hurd-i386, as it causes regressions on at least x32. * debian/rules.d/tarball.mk: make the orig tarball generation a bit more reproducible. + * debian/sysdeps/sparc64.mk: compile all flavours with -mcpu=ultrasparc. -- Aurelien Jarno <[email protected]> Mon, 01 Aug 2016 23:25:43 +0200 diff --git a/debian/sysdeps/sparc64.mk b/debian/sysdeps/sparc64.mk index 7038028..0c71a5b 100644 --- a/debian/sysdeps/sparc64.mk +++ b/debian/sysdeps/sparc64.mk @@ -1,9 +1,9 @@ # configuration options for all flavours extra_config_options = --disable-multi-arch +extra_cflags = -mcpu=ultrasparc # main library libc_rtlddir = /lib64 -libc_extra_cflags = -mcpu=ultrasparc # build 32-bit (sparc) alternative library GLIBC_MULTILIB_PASSES += sparc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

