summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/libc/glibc.in10
-rw-r--r--scripts/build/libc/glibc.sh2
2 files changed, 0 insertions, 12 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 97d21c3..3da4075 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -128,14 +128,4 @@ config LIBC_GLIBC_CVS_date
endif # LIBC_GLIBC_CVS
-#config LIBC_GLIBC_SNAPSHOT
-# bool
-# prompt "Use latest nightly snapshot"
-# help
-# See the help for the entry "Released tarball", above.
-#
-# If you can live with a moving code-base, say 'Y' here.
-# If you want your toolchain to really be reproducible, look at the
-# choice entry "Released tarball from FTP", above.
-
endchoice
diff --git a/scripts/build/libc/glibc.sh b/scripts/build/libc/glibc.sh
index a83fb25..2573da6 100644
--- a/scripts/build/libc/glibc.sh
+++ b/scripts/build/libc/glibc.sh
@@ -47,8 +47,6 @@ do_libc_get() {
"glibc-${version}-branch${date:+:}${date}" \
"glibc-${addon}-cvs-${CT_LIBC_VERSION}"
done
-# elif [ "${CT_LIBC_GLIBC_SNAPSHOT}" = "y" ]; then
-# : # Not yet handled...
fi
return 0