From 95dbf1260264603b86892530d6b581a35bdb4385 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 3 Oct 2009 14:28:09 +0200 Subject: PowerPC cleanup Cleanup debugging outputs on PPC port. We still need those malloc() and free() workarounds but at least it's stable now. Tested on iBook G4 and proved working with glibc-2.10.90-24.ppc (Fedora 12). Plugins work fine except of the zip plugin, most likely bug in ZipArchive. The only requirement is sufficiently new FPC, fpc-2.5.1 snapshot works out of the box, for stable fpc-2.2.4 release you need powerpc.diff patch (fpcsrc/compiler/powerpc/cpupara.pas) from Debian fpc_2.2.4-3 see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513891 --- tuxcmd.dpr | 3 --- 1 file changed, 3 deletions(-) (limited to 'tuxcmd.dpr') diff --git a/tuxcmd.dpr b/tuxcmd.dpr index 1aa4b87..9720751 100644 --- a/tuxcmd.dpr +++ b/tuxcmd.dpr @@ -22,9 +22,6 @@ program tuxcmd; uses {$IFDEF FPC} -{$IFDEF CPUPOWERPC} -// cmem, -{$ENDIF} cthreads, cwstring, {$ENDIF} -- cgit v1.2.3