blob: 9b1c2becdac548012f05ee71a0735fe7d7aaddbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999
+++ config/crossfire.cf Sat Sep 18 18:32:23 1999
@@ -174,7 +174,7 @@
/* use /bin/cc you will be able to compile */
/* crossfire itself. */
-#ifdef AlphaArchitecture
+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
CC = cc -std1 -Olimit 1000 /* Alpha */
#endif
|