gcc
gotta reward the foreign oligarchs for stealing money from their people so #Trump, #Musk, #Russia, the #GCC, and the other funders can rob us.
@RichardNairn @GottaLaff https://mstdn.ca/@RichardNairn/114068491635772387
when i said i was daily driving wayback, i wasn't kidding...
OK, time to build linux 2.6!
> Makefile:1441: *** mixed implicit and normal rules: deprecated syntax
Ugh, okay, first we build old Make. Surely Make from 2006 will do…?
> Makefile:1441: *** mixed implicit and normal rules: Stop
Oh, okay. Welp. Make from 2002 will do…?
> glob.c:576:23: error: implicit declaration of function
God dang it, haha, of course I can’t build 2002 Make. Surely GCC 4.9 will work…?
> yes
nice
#lang_en #linux #gnu #lignux #gcc #make #gmake
> Makefile:1441: *** mixed implicit and normal rules: deprecated syntax
Ugh, okay, first we build old Make. Surely Make from 2006 will do…?
> Makefile:1441: *** mixed implicit and normal rules: Stop
Oh, okay. Welp. Make from 2002 will do…?
> glob.c:576:23: error: implicit declaration of function
God dang it, haha, of course I can’t build 2002 Make. Surely GCC 4.9 will work…?
> yes
nice
#lang_en #linux #gnu #lignux #gcc #make #gmake
Edited 105d ago
I am actually kind of amazed it was so easy for me to build gmake 3.80 from 2002 for arm64.
All I needed was to use an old Linaro toolchain, copy over some files, and…
$ cd make-3.80/$ cp /usr/share/autoconf/build-aux/config.{guess,sub} config/$ ./configure --host=aarch64-linux-gnu$ make
Sugoi~!
