summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-23 15:09:04 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-23 15:14:07 -0400
commit5c65817748f2f9c4d6a22d264689716a8851c7e8 (patch)
tree0a0b79533819ce79d93f79577edc54d096b90be8 /sys-libs/glibc/files/eblits/src_prepare.eblit
parentsys-libs/newlib: drop old <2.0.0 versions (diff)
downloadgentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.tar.gz
gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.tar.bz2
gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.zip
sourceware: convert to https:// URIs
Diffstat (limited to 'sys-libs/glibc/files/eblits/src_prepare.eblit')
-rw-r--r--sys-libs/glibc/files/eblits/src_prepare.eblit6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/files/eblits/src_prepare.eblit b/sys-libs/glibc/files/eblits/src_prepare.eblit
index 162cf530c8db..4a5c8af7f6a4 100644
--- a/sys-libs/glibc/files/eblits/src_prepare.eblit
+++ b/sys-libs/glibc/files/eblits/src_prepare.eblit
@@ -43,10 +43,10 @@ eblit-glibc-src_prepare() {
# Glibc is stupid sometimes, and doesn't realize that with a
# static C-Only gcc, -lgcc_eh doesn't exist.
- # http://sourceware.org/ml/libc-alpha/2003-09/msg00100.html
- # http://sourceware.org/ml/libc-alpha/2005-02/msg00042.html
+ # https://sourceware.org/ml/libc-alpha/2003-09/msg00100.html
+ # https://sourceware.org/ml/libc-alpha/2005-02/msg00042.html
# But! Finally fixed in recent versions:
- # http://sourceware.org/ml/libc-alpha/2012-05/msg01865.html
+ # https://sourceware.org/ml/libc-alpha/2012-05/msg01865.html
if ! version_is_at_least 2.16 ; then
echo 'int main(){}' > "${T}"/gcc_eh_test.c
if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/gcc_eh_test.c -lgcc_eh 2>/dev/null ; then