From: Peter Michael Green Date: Thu, 3 Feb 2022 19:26:05 +0000 (+0000) Subject: Manual merge of version 2.0.8-6.1+rpi1 and 2.0.10-4 to produce 2.0.10-4+rpi1 X-Git-Tag: raspbian/2.0.10-4+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da687b24b9530737e00e1216a641e4f2f8c8819b;p=klibc.git Manual merge of version 2.0.8-6.1+rpi1 and 2.0.10-4 to produce 2.0.10-4+rpi1 --- 91f6cadf18125e2ad468b48540d0e99ba35984a1 diff --cc debian/changelog index bfafe98,e55077c..3cbcf88 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,59 +1,66 @@@ - klibc (2.0.8-6.1+rpi1) bullseye-staging; urgency=medium ++klibc (2.0.10-4+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 2.0.4-2+rpi1 by Peter Michael Green at Wed, 26 Nov 2014 22:01:00 +0000] + * Change compiler settings to values suitable for raspberry pi + - -- Raspbian forward porter Thu, 10 Jun 2021 20:07:05 +0000 ++ -- Peter Michael Green Thu, 03 Feb 2022 18:25:41 +0000 ++ + klibc (2.0.10-4) unstable; urgency=medium + + * d/control, d/rules: Remove ccache from $PATH instead of Build-Conflicting + * d/salsa-ci.yml: Add CI configuration for salsa.debian.org + * d/tests: Add klcc smoke test + * Fix header installation from out-of-tree build (Closes: #1004465) + + -- Ben Hutchings Mon, 31 Jan 2022 00:28:16 +0100 + + klibc (2.0.10-3) unstable; urgency=medium + + * ia64: Fix out-of-tree build + + -- Ben Hutchings Sat, 01 Jan 2022 16:55:44 +0100 + + klibc (2.0.10-2) unstable; urgency=medium + + * Use KCFLAGS to pass options to Kbuild, rather than CFLAGS and LDFLAGS + (fixes FTBFS on several architectures) + + -- Ben Hutchings Fri, 31 Dec 2021 15:05:03 +0100 + + klibc (2.0.10-1) unstable; urgency=medium + + * New upstream version: + - Build fixes for Clang (Closes: #787063): + - Kbuild: Fix include path for Clang builds + - sparc64: Remove redundant/unsupported compiler option -mptr64 + - s390: mmap: Change inline assembly to work with Clang + * debian/rules: Pass through $(CC), $(CC_FOR_BUILD), and $(LD) to ease + building with alternate toolchain + * debian/rules: Build under debian/build + * debian/rules: Put test output under debian/build + * Fix warnings from dh_missing: + - debian/not-installed: Note duplicate klibc-.so as not installed + - debian/libklibc-dev.manpages: Install klcc.1 from debian/tmp + * debian/*.{install,manpages}: Delete redundant debian/tmp/ prefixes + * libklibc-dev: Add generated perl dependency for klcc + * debian/*.lintian-overrides: Delete obsolete overrides + * debian/libklibc.lintian-overrides: Override + arch-dependent-file-not-in-arch-specific-directory + * Kbuild: Use provided CFLAGS, LDFLAGS + * debian/rules: Use -f{debug,macro}-prefix-map to keep build dir out of + binaries + + -- Ben Hutchings Thu, 30 Dec 2021 21:54:47 +0100 + + klibc (2.0.9-1) unstable; urgency=medium + + * New upstream version + * armhf: Update compiler options for gcc 11 (Closes: #996906) + * sig{set,long}jmp: do not ignore sigsetjmp's second argument + (Closes: #988027) + * Fix implementation of utimes + + -- Ben Hutchings Mon, 27 Dec 2021 00:17:05 +0100 klibc (2.0.8-6.1) unstable; urgency=medium diff --cc debian/rules index e7a5d8f,ce1380e..966a9c4 --- a/debian/rules +++ b/debian/rules @@@ -16,7 -20,7 +20,7 @@@ ifeq ($(DEB_HOST_ARCH),armel KLIBC_MAKEFLAGS := CONFIG_AEABI=y endif ifeq ($(DEB_HOST_ARCH),armhf) - KLIBC_MAKEFLAGS := CONFIG_AEABI=y CPU_ARCH=armv6 CPU_TUNE=arm1176jzf-s CONFIG_KLIBC_THUMB=n -KLIBC_MAKEFLAGS := CONFIG_AEABI=y CPU_ARCH=armv7-a+fp CPU_TUNE=cortex-a8 CONFIG_KLIBC_THUMB=y ++KLIBC_MAKEFLAGS := CONFIG_AEABI=y CPU_ARCH=armv6+fp CPU_TUNE=arm1176jzf-s CONFIG_KLIBC_THUMB=n endif ifeq ($(DEB_HOST_ARCH),hppa) KLIBCARCH := parisc