diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-23 10:34:34 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-23 14:33:46 +0200 |
commit | 4f9a8d39d2e92fe20d60d5481ca52bd3a0de24e1 (patch) | |
tree | fd31aaed9fb88663488bde1d3d540f7c8119da01 /etc/patches | |
parent | 060a0cf338d6024eee37cc344c224fe3bcb78e81 (diff) | |
download | bootstrappable-toolchain-4f9a8d39d2e92fe20d60d5481ca52bd3a0de24e1.tar.gz |
Fix typos
Diffstat (limited to 'etc/patches')
-rw-r--r-- | etc/patches/gcc-4.7.4/reproducibility/0001-strip-build-directory-from-fixincludes.patch (renamed from etc/patches/gcc-4.7.4/reproducibility/0001-strip-build-directory-from-fixinclues.patch) | 2 | ||||
-rw-r--r-- | etc/patches/gcc-4.7.4/reproducibility/series | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/patches/gcc-4.7.4/reproducibility/0001-strip-build-directory-from-fixinclues.patch b/etc/patches/gcc-4.7.4/reproducibility/0001-strip-build-directory-from-fixincludes.patch index 885c7d0..bb32f46 100644 --- a/etc/patches/gcc-4.7.4/reproducibility/0001-strip-build-directory-from-fixinclues.patch +++ b/etc/patches/gcc-4.7.4/reproducibility/0001-strip-build-directory-from-fixincludes.patch @@ -1,7 +1,7 @@ From 95563f6ef2366acb57557c11b8301d468a87e04f Mon Sep 17 00:00:00 2001 From: Oliver Reiche <oliver.reiche@huawei.com> Date: Fri, 18 Aug 2023 14:36:57 +0200 -Subject: [PATCH 1/2] Strip build directory from fixinclues +Subject: [PATCH 1/2] Strip build directory from fixincludes ... to achieve a reproducible binary, which contains the configure string. For this to work, the user needs to set diff --git a/etc/patches/gcc-4.7.4/reproducibility/series b/etc/patches/gcc-4.7.4/reproducibility/series index 1ec9fe3..23d38d7 100644 --- a/etc/patches/gcc-4.7.4/reproducibility/series +++ b/etc/patches/gcc-4.7.4/reproducibility/series @@ -1,2 +1,2 @@ -0001-strip-build-directory-from-fixinclues.patch +0001-strip-build-directory-from-fixincludes.patch 0002-compute-reproducible-checksums.patch |