From c828e41b0082979452bf2967ca46aca567eab02f Mon Sep 17 00:00:00 2001
From: lat9nq <lat9nq@virginia.edu>
Date: Tue, 1 Sep 2020 17:32:04 -0400
Subject: [PATCH] Comment out the warning to Manjaro users with old glibc

---
 Building-Mesa-on-Arch-Linux.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Building-Mesa-on-Arch-Linux.md b/Building-Mesa-on-Arch-Linux.md
index 9fee462..9b6b813 100644
--- a/Building-Mesa-on-Arch-Linux.md
+++ b/Building-Mesa-on-Arch-Linux.md
@@ -16,7 +16,8 @@ sudo pacman -S --needed git base-devel
 ```
 
 ## Using Chaotic-AUR to Install `llvm-git`
-**WARNING: Manjaro users should avoid this part of the guide for now.** Arch Linux, and Chaotic-AUR by extension, has upgraded the glibc version to 2.32, and Manjaro is still using 2.31, thus packages on Chaotic-AUR are too recent for use on Manjaro. Users should build [llvm-git](https://aur.archlinux.org/packages/llvm-git/) and [llvm-libs-git](https://aur.archlinux.org/packages/llvm-libs-git/) directly from the AUR.
+<!-- The following is left commented in anticipation of Arch's glibc version getting ahead of Manjaro's in the future. ->
+<!-- **WARNING: Manjaro users should avoid this part of the guide for now.** Arch Linux, and Chaotic-AUR by extension, has upgraded the glibc version to 2.32, and Manjaro is still using 2.31, thus packages on Chaotic-AUR are too recent for use on Manjaro. Users should build [llvm-git](https://aur.archlinux.org/packages/llvm-git/) and [llvm-libs-git](https://aur.archlinux.org/packages/llvm-libs-git/) directly from the AUR. -->
 
 The first step is to add the [Chaotic-AUR](https://lonewolf.pedrohlc.com/chaotic-aur/) [repository](https://wiki.archlinux.org/index.php/Unofficial_user_repositories) to your machine. This will give us access to a daily build of llvm-git (version 12.0.0 as of writing), which we need for building `mesa-git` later. Append following to the end `/etc/pacman.conf`: