diff options
Diffstat (limited to 'documentation/test-manual/reproducible-builds.rst')
-rw-r--r-- | documentation/test-manual/reproducible-builds.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst index c66c82f86a..68fdf547bd 100644 --- a/documentation/test-manual/reproducible-builds.rst +++ b/documentation/test-manual/reproducible-builds.rst | |||
@@ -70,7 +70,7 @@ things we do within the build system to ensure reproducibility include: | |||
70 | 70 | ||
71 | .. note:: | 71 | .. note:: |
72 | 72 | ||
73 | Because of an open bug in GCC, using ``DISTRO_FEATURES_append = " lto"`` or | 73 | Because of an open bug in GCC, using ``DISTRO_FEATURES:append = " lto"`` or |
74 | adding ``-flto`` (Link Time Optimization) to ``CFLAGS`` makes the resulting | 74 | adding ``-flto`` (Link Time Optimization) to ``CFLAGS`` makes the resulting |
75 | binary non-reproducible, in that it depends on the full absolute build path | 75 | binary non-reproducible, in that it depends on the full absolute build path |
76 | to ``recipe-sysroot-native``, so installing the Yocto Project in a different | 76 | to ``recipe-sysroot-native``, so installing the Yocto Project in a different |