summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordawes <dawes>2000-12-21 20:22:23 +0000
committerdawes <dawes>2000-12-21 20:22:23 +0000
commitf308f77d4b970b198d6e5892289b5e94b5af5d2b (patch)
treebc8a2575809f0fa4f9589a0c2497ab58ea71a17e
parent3e247253a50748508feb9cc899b061333eedc3ca (diff)
host.def: update MesaUse settings to match the new usage
FreeBSD.cf: Don't set DefaultCCOptions if it's already set in host.def
-rw-r--r--xc/config/cf/FreeBSD.cf2
-rw-r--r--xc/config/cf/host.def4
2 files changed, 4 insertions, 2 deletions
diff --git a/xc/config/cf/FreeBSD.cf b/xc/config/cf/FreeBSD.cf
index ecccbc65d..ff0beadcb 100644
--- a/xc/config/cf/FreeBSD.cf
+++ b/xc/config/cf/FreeBSD.cf
@@ -87,11 +87,13 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
#define PreProcessCmd CppCmd
#define StandardCppOptions -traditional
#define StandardCppDefines /**/
+#ifndef DefaultCCOptions
#if defined(UseInstalled)
#define DefaultCCOptions /**/
#else
#define DefaultCCOptions -ansi -pedantic -Dasm=__asm GccWarningOptions
#endif
+#endif
#ifndef ExtraLibraries
/* support for multi-byte locales is in libxpg4 rather than libc */
#if (OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 2)) && \
diff --git a/xc/config/cf/host.def b/xc/config/cf/host.def
index c10ac6231..4a2e9c182 100644
--- a/xc/config/cf/host.def
+++ b/xc/config/cf/host.def
@@ -14,9 +14,9 @@
#define HasGlide3 YES
#ifdef i386Architecture
-#define MesaUse3DNow
+#define MesaUse3DNow YES
#if HasKatmaiSupport
-# define MesaUseKatmai
+# define MesaUseKatmai YES
#endif
#endif