diff options
Diffstat (limited to 'xc/config/cf/FreeBSD.cf')
-rw-r--r-- | xc/config/cf/FreeBSD.cf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/xc/config/cf/FreeBSD.cf b/xc/config/cf/FreeBSD.cf index f99692d51..4f5657a8f 100644 --- a/xc/config/cf/FreeBSD.cf +++ b/xc/config/cf/FreeBSD.cf @@ -2,7 +2,7 @@ XCOMM platform: $TOG: FreeBSD.cf /main/21 1997/10/05 20:42:34 kaleb $ XCOMM XCOMM XCOMM -XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.95 2000/06/23 19:50:58 dawes Exp $ +XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.97 2000/08/01 23:38:45 dawes Exp $ #ifndef UseElfFormat #define UseElfFormat DefaultToElfFormat @@ -39,10 +39,7 @@ XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.95 2000/06/23 19:50:58 da XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion) (OsRelVersion) -#define HasGcc YES -#define HasGcc2 YES #define HasCplusplus YES -#define HasGcc2ForCplusplus YES #define GccUsesGas YES #define UseGas YES #define GnuCpp YES @@ -495,11 +492,10 @@ InstallManPageAliasesBase(file,destdir,aliases) #define ServerExtraSysLibs IoLibrary /* - * A hack to work around an optimisation problem with the compiler on - * FreeBSD 4.0-current in late 1999/early 2000. + * A hack to work around an optimization problem with gcc 2.95.2 */ #if OSMajorVersion >= 4 -#define FreeBSDGccOptBug +#define GccOptBug295 #endif #include <bsdLib.rules> |