From d26507b4d98c2f02ee5c5c43cf8029cfafff8117 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 30 Dec 2022 21:24:00 -0500 Subject: update various URLs --- doc/PORTING | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/PORTING') diff --git a/doc/PORTING b/doc/PORTING index eb39d5e..a4438ff 100644 --- a/doc/PORTING +++ b/doc/PORTING @@ -29,13 +29,13 @@ 5. read some or all of the GNU tool chain documentation GNU make : - http://www.delorie.com/gnu/docs/make/make_toc.html + https://www.gnu.org/software/make/manual/ autoconf : - http://www.delorie.com/gnu/docs/autoconf/autoconf_toc.html + https://www.gnu.org/software/autoconf/manual/ libtool : - http://www.delorie.com/gnu/docs/libtool/libtool_toc.html + https://www.gnu.org/software/libtool/manual/ gcc/g++ : - http://www.delorie.com/gnu/docs/gcc/gcc_toc.html + https://gcc.gnu.org/onlinedocs/ 6. Makefiles and build environment First have a look at some Makefiles -- cgit v1.2.1