Searched refs:Distro (Results 1 – 7 of 7) sorted by relevance
3751 enum Distro { enum3787 static bool IsRedhat(enum Distro Distro) { in IsRedhat() argument3788 return Distro == Fedora || (Distro >= RHEL5 && Distro <= RHEL7); in IsRedhat()3791 static bool IsOpenSUSE(enum Distro Distro) { return Distro == OpenSUSE; } in IsOpenSUSE() argument3793 static bool IsDebian(enum Distro Distro) { in IsDebian() argument3794 return Distro >= DebianLenny && Distro <= DebianStretch; in IsDebian()3797 static bool IsUbuntu(enum Distro Distro) { in IsUbuntu() argument3798 return Distro >= UbuntuHardy && Distro <= UbuntuXenial; in IsUbuntu()3801 static Distro DetectDistro(const Driver &D, llvm::Triple::ArchType Arch) { in DetectDistro()3808 Distro Version = UnknownDistro; in DetectDistro()[all …]
23 | Distro | kernel | glibc | gcc | clang
36 For SLES10 or OpenSUSE Distro :
266 6g. [Not required for every ICU release] Increment Distro major version
187 #### Package and Distro Maintainers
271 Distro packagers should select the CMake option "LWS_WITH_DISTRO_RECOMMENDED",