2012-08-09 12:52:34

by Ozan Çağlayan

[permalink] [raw]
Subject: [PATCH] compat: Drop glibc 2.14 warning

This is not the case anymore as we rebuild the binaries.

Signed-off-by: Ozan Çağlayan <[email protected]>
---
bin/get-compat-kernels | 3 ---
1 file changed, 3 deletions(-)

diff --git a/bin/get-compat-kernels b/bin/get-compat-kernels
index 4107828..2003cd3 100755
--- a/bin/get-compat-kernels
+++ b/bin/get-compat-kernels
@@ -215,9 +215,6 @@ echo -e "The download payload is about ${YELLOW}~ $((${SPACE_PER_KERNEL_DEB} * $
echo -e "it will stash kernel header files under ${BLUE}$KSRC_PREFIX/usr/src/${NORMAL}"
echo -e "and ${BLUE}$KSRC_PREFIX/lib/modules/${NORMAL} and consume about ~ ${YELLOW}$((${NUM_KERNELS} * ${SPACE_PER_KERNEL})) ${RED}MiB${NORMAL} of space."
echo -e ""
-echo -e "Note: you will need ${CYAN}libc${NORMAL} > ${GREEN}2.14${NORMAL} otherwise compilation may"
-echo -e "fail with Linux ${CYAN}3.4.4${NORMAL}"
-echo -e ""
echo -e "The kernel headers used are from ${PURPLE}${UNDERLINE}Vanilla${NORMAL} kernels"
echo -e "from the Ubuntu mainline / vanilla kernel PPA and are extracted"
echo -e "using ${GREEN}ar${NORMAL} and ${GREEN}tar${NORMAL}:"
--
1.7.11.2