diff options
Diffstat (limited to 'xc/config/cf/OpenBSD.cf')
-rw-r--r-- | xc/config/cf/OpenBSD.cf | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/xc/config/cf/OpenBSD.cf b/xc/config/cf/OpenBSD.cf index 95d6e383e..2750309e1 100644 --- a/xc/config/cf/OpenBSD.cf +++ b/xc/config/cf/OpenBSD.cf @@ -1,4 +1,4 @@ -XCOMM platform: $XFree86: xc/config/cf/OpenBSD.cf,v 3.37 2000/06/24 17:43:44 dawes Exp $ +XCOMM platform: $XFree86: xc/config/cf/OpenBSD.cf,v 3.39 2000/08/01 23:38:45 dawes Exp $ XCOMM #ifndef OSName @@ -80,12 +80,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe /* * Compiler Features */ -#undef HasGcc -#define HasGcc YES -#define HasGcc2 YES -#ifndef HasGcc2ForCplusplus -#define HasGcc2ForCplusplus YES -#endif #define GccUsesGas YES #define UseGas YES #define GnuCpp YES @@ -381,11 +375,10 @@ install:: fonts.alias @@\ # endif /* - * A hack to work around an optimisation problem with the compiler on - * OpenBSD 2.6-current in late 1999/early 2000. + * A hack to work around an optimization problem with gcc 2.95.2 */ # if OSMajorVersion == 2 && OSMinorVersion >= 6 -# define FreeBSDGccOptBug +# define GccOptBug295 # endif # include <xfree86.cf> |