head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.01.04.19.15.01; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Added a arch-i386 patch to build with -march=i386 in the case of i386 target architecture. @ text @--- manedit/platforms.ini.orig 2002-03-12 23:02:37.000000000 +0100 +++ manedit/platforms.ini 2003-01-04 20:13:17.000000000 +0100 @@@@ -118,6 +118,10 @@@@ PlatformSearchPathBin = /usr/games/ PlatformSearchPathData = /usr/share/icons/ PlatformSearchPathData = /usr/share/games/ + PlatformFeature = arch-i386 + Description = Adds -march=i386 for 386 specific optimizations + MustExist = No + FeatureCFLAGS = -march=i386 PlatformFeature = debug Description = Just adds -g to the CFLAGS for debugging MustExist = No @ .