summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2003-10-03 12:24:17 +0000
committerJohn van Groningen2003-10-03 12:24:17 +0000
commitc2b6b5bfdcb6836038de9d296deb9005ad30d1a7 (patch)
treefbc870ee5ad80fec88147fd9772c32b0d568a1a2
parentadd label_offset field in struct label for ELF (diff)
#define FMADD only for PowerPC
-rw-r--r--cgiconst.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgiconst.h b/cgiconst.h
index b7c6cd4..3fcd728 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -1,5 +1,7 @@
-#define FMADD
+#ifdef G_POWER
+# define FMADD
+#endif
#ifdef I486
# define FP_STACK_OPTIMIZATIONS