Wrong option spelling when building gcc?
maksim-petukhov opened this issue · 1 comments
maksim-petukhov commented
Description of Problem, Request, or Question
When building GCC disable-nsl
option is used:
conan-docker-tools/modern/gcc/Dockerfile
Line 39 in 4d3730d
I don't see it there https://gcc.gnu.org/install/configure.html. Shouldn't it be disable-nls
instead?
uilianries commented
@maksim-petukhov Yes, it makes total sense. The only reference related to nsl is the library, but when we want to disable some library, we should use without
instead. I gonna open a PR fixing that typo. Thank you for spotting it.