--- manedit/platforms.ini.orig Tue Mar 12 23:02:37 2002 +++ manedit/platforms.ini Wed Jun 19 12:08:54 2002 @@ -95,7 +95,7 @@ Platform = Linux Description = For most any Linux system PREFIX = /usr/ - CFLAGS = -Wall -O6 -funroll-loops -fomit-frame-pointer -ffast-math \ + CFLAGS = -Wall -O2 -funroll-loops -ffast-math $(AM_CFLAGS) \ -finline-functions -D__USE_BSD LIBS = -lm LIB_DIR = @@ -118,42 +118,6 @@ PlatformSearchPathBin = /usr/games/ PlatformSearchPathData = /usr/share/icons/ PlatformSearchPathData = /usr/share/games/ - PlatformFeature = debug - Description = Just adds -g to the CFLAGS for debugging - MustExist = No - FeatureCFLAGS = -g - PlatformFeature = arch-i486 - Description = Adds -march=i486 for 486 specific optimizations - MustExist = Preferred - FeatureCFLAGS = -march=i486 - FeatureDepend = i486 - DependType = Machine - MustExist = Yes - DependMachine = i486 - PlatformFeature = arch-i586 - Description = Adds -march=i586 for Pentium specific optimizations - MustExist = Preferred - FeatureCFLAGS = -march=i586 - FeatureDepend = i586 - DependType = Machine - MustExist = Yes - DependMachine = i586 - PlatformFeature = arch-i686 - Description = Adds -march=i686 for Pentium Pro specific optimizations - MustExist = Preferred - FeatureCFLAGS = -march=i686 - FeatureDepend = i686 - DependType = Machine - MustExist = Yes - DependMachine = i686 - PlatformFeature = arch-pentiumpro - Description = Adds -march=pentiumpro for Pentium Pro specific optimizations - MustExist = Preferred - FeatureCFLAGS = -march=pentiumpro - FeatureDepend = pentiumpro - DependType = Machine - MustExist = Yes - DependMachine = pentiumpro PlatformFeature = zlib Description = ZLib MustExist = Preferred @@ -179,7 +143,7 @@ FeatureDepend = bzip2-lib DependType = Library MustExist = Yes - DependPath = libbz2.so.1.0 + DependPath = libbz2.so DependGrepString = BZ2_bzReadOpen FeatureDepend = bzip2-devel DependType = Header .