diff options
Diffstat (limited to 'xc/config/cf/FreeBSD.cf')
-rw-r--r-- | xc/config/cf/FreeBSD.cf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xc/config/cf/FreeBSD.cf b/xc/config/cf/FreeBSD.cf index 64c96a048..fc123d424 100644 --- a/xc/config/cf/FreeBSD.cf +++ b/xc/config/cf/FreeBSD.cf @@ -216,6 +216,19 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe #endif #endif +#ifdef i386Architecture +# define HasMMXSupport YES +# define Has3DNowSupport YES +/* When did Katmai support come in? It's not harmful anyway, because it's only + * used by Mesa and is autodetected. + */ +# define HasKatmaiSupport YES +#else +# define HasMMXSupport NO +# define Has3DNowSupport NO +# define HasKatmaiSupport NO +#endif + /* * This doesn't work the way it does on every other system. On FreeBSD it's * only a "hint, not a demand", whatever that means. Note that this is not |