A trivial cleanup series to remove flags we're not using anymore. I don't think there's any more unsed flags, I looked with: for flag in $(grep -o -P '[A-Z0-9_]+(?= = )' config.mak.uname|sort|uniq); do echo $(grep -c $flag Makefile) $flag; done|sort -n Ævar Arnfjörð Bjarmason (2): config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flag config.mak.uname | 8 -------- 1 file changed, 8 deletions(-) -- 2.29.2.222.g5d2a92d10f8