Commit 35a7d395 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Use libiconv in gettext

If libiconv is not linked to gettext, I get the following error during
the compilation of gcc-10.5 (in a system with minimal requirements):

```
INFO msgfmt -o de.mo ../../.././libstdc++-v3/po/de.po
INFO msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(). This version was built without iconv().
```

See merge request !1732
parent fbe7a5d4
Pipeline #39614 running with stage
in 0 seconds