File toolame-makefile.patch of Package toolame
--- Makefile 2003-03-02 08:07:02.000000000 +0100 +++ Makefile 2025-10-17 13:59:27.627118348 +0200 @@ -1,5 +1,5 @@ -CC = gcc +#CC = gcc c_sources = \ common.c \ @@ -37,7 +37,7 @@ REQUIRED = -DNDEBUG -DINLINE=inline #pick your architecture -ARCH = -march=pentium +#ARCH = -march=pentium #Possible x86 architectures #gcc3.2 => i386, i486, i586, i686, pentium, pentium-mmx # pentiumpro, pentium2, pentium3, pentium4, k6, k6-2, k6-3, @@ -49,6 +49,7 @@ # -malign-double \ # -mfancy-math-387 -funroll-loops -funroll-all-loops -pipe \ # -fschedule-insns2 -fno-strength-reduce +TWEAKS = -fgnu89-inline #Set a stack of warnings to overcome my atrocious coding style . MFC. WARNINGS = -Wall