diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-24 13:18:07 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 14:44:05 +0200 |
commit | 12528490d0885a9e2a665d5052c75e48e559441c (patch) | |
tree | dd0d201e3a1bffe3718323324835a231849409d1 /NEWS | |
parent | 8424241ebdea1e07b852c0d77d6520d51b35b7f4 (diff) | |
download | urpmi-12528490d0885a9e2a665d5052c75e48e559441c.tar urpmi-12528490d0885a9e2a665d5052c75e48e559441c.tar.gz urpmi-12528490d0885a9e2a665d5052c75e48e559441c.tar.bz2 urpmi-12528490d0885a9e2a665d5052c75e48e559441c.tar.xz urpmi-12528490d0885a9e2a665d5052c75e48e559441c.zip |
use a more neutral C compiled
Aka adapt to a world where gcc is no more the apex predator...
Several Linux distros as well as FreeBSD >= 10 default to clang instead
of gcc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ - cpan_testers: + o adapt to a world where gcc is no more the apex predator + (aka works out of the box when there's clang but not gcc) o check & report where genhdlist2 is o check that web server has actually started o describe more tests to help pinpoint regressions |