From ca2114d8e558763688cb28934e5d88b888e474e5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 15 Nov 2021 15:58:09 +0100 Subject: [PATCH] buildflags.md: Mentioned that annobin is only on for gcc Based on Fedora commit 23e5f0dbd6cbf636fa0961e02170705aff7aeda5. Adjusted for the lack of armhfp downstream. Related: #2005080 --- buildflags.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildflags.md b/buildflags.md index 483c81b..6a62b69 100644 --- a/buildflags.md +++ b/buildflags.md @@ -313,8 +313,9 @@ command line. It adds the following flag to the command line: To support [binary watermarks for ELF objects](https://fedoraproject.org/wiki/Toolchain/Watermark) using annobin, the `-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1` flag is -added by default. This can be switched off by undefining the -`%_annotated_build` RPM macro (see above). +added by default (with the `gcc` toolchain). This can be switched off +by undefining the `%_annotated_build` RPM macro (see above). Binary +watermarks are currently disabled with the `clang` toolchain. ### Architecture-specific compiler flags