Hi is "x86_64-pc-linux-gnuhardened1" a common config triplet? Given that this seems to be an alias for "x86_64-pc-linux-gnu" it belongs into mkheader.c and the right patch would be
--8<---------------cut here---------------start------------->8--- commit 4135d1bb49777d41fcd556a7f1157b28b4d6a633 Author: Werner Koch <[email protected]> Date: Wed Jan 27 10:12:25 2016 +0100 Add syscfg alias for x86_64-pc-linux-gnuhardened1 -- Modified src/mkheader.c diff --git a/src/mkheader.c b/src/mkheader.c index 875a0f5..0d3d6ba 100644 --- a/src/mkheader.c +++ b/src/mkheader.c @@ -81,6 +81,7 @@ canon_host_triplet (const char *triplet) {"i586-pc-gnu"}, {"i486-pc-kfreebsd-gnu", "i686-pc-kfreebsd-gnu"}, {"i586-pc-kfreebsd-gnu"}, + {"x86_64-pc-linux-gnuhardened1", "x86_64-pc-linux-gnu" }, { NULL } }; --8<---------------cut here---------------end--------------->8--- I can add this upstream for 1.22. Shalom-Salam, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.

