Skip to content
Commits on Source (3)
......@@ -140,6 +140,7 @@ https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=e3e8c48c4a494d9da741c1c8ea6c4c
gzip
#+ATTR_BEAMER: :overlay <+->
- --no-name (a.k.a. -n)
- [PATCH] Do not store mtime when compressing stdin
......@@ -178,6 +179,19 @@ https://tests.reproducible-builds.org/debian/issues/unstable/gcc_captures_build_
https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01315.html
#+ATTR_BEAMER: :overlay <+->
- Use BUILD_PATH_PREFIX_MAP environment variable instead of -ffile-prefix-map
- commandline arguments sometimes get embedded in build results
- REJECTED on premise of taking data from environment variable
* gcc: build paths: way forward
gcc build path proposals?
#+ATTR_BEAMER: :overlay <+->
- -ffile-prefix-map-from-env BUILD_PATH_PREFIX_MAP
- Workaround build in same directory
* gcc: LTO
Report LTO-induced indeterminism from global constructors
......@@ -327,6 +341,18 @@ https://bootstrappable.org/
What compiler do you use to compile your compiler?
* Trusting Trust
Reflections on Trusting Trust by Ken Thompson 1984
- https://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf
* Diverse Double-Compilation
Diverse Double-Compilation by David A. Wheeler 2005/2009
- https://www.dwheeler.com/trusting-trust/
* Untangling the bootstraping Mes
https://savannah.gnu.org/projects/mes
......@@ -370,6 +396,17 @@ reprotest: builds something twice with many variations
- if unreproducible: reduce variations until (hopefully) the cause has been identified
- *Please help!*
* How to help
https://reproducible-builds.org/contribute/
#+ATTR_BEAMER: :overlay <+->
- rb-general@lists.reproducible-builds.org
- irc.oftc.net #reproducible-builds
- code hosting: https://salsa.debian.org/reproducible-builds
- test infrastructure: https://tests.reproducible-builds.org
* Copyright
Copyright 2019 Vagrant Cascadian <vagrant@reproducible-builds.org>
......