aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/xcppgc.gmk
diff options
context:
space:
mode:
authorDavid Jones2007-03-01 17:19:37 +0000
committerDavid Jones2007-03-01 17:19:37 +0000
commit42be9d525a583fd39133a680921bb5f200d5fe21 (patch)
tree70b34089a9d600c2704f61f4be7205ad6e5d3130 /mps/code/xcppgc.gmk
parent6221ca9e9f53b32f2a73daa71e18d01f1451190a (diff)
downloademacs-42be9d525a583fd39133a680921bb5f200d5fe21.tar.gz
emacs-42be9d525a583fd39133a680921bb5f200d5fe21.zip
Mps: allow powerpc builds to be built on intel macs and
vice-versa. Explicitly mentions the architecture in the makefile. Copied from Perforce Change: 161866 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/xcppgc.gmk')
-rw-r--r--mps/code/xcppgc.gmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/xcppgc.gmk b/mps/code/xcppgc.gmk
index 637d774ea0d..ecafb79eaed 100644
--- a/mps/code/xcppgc.gmk
+++ b/mps/code/xcppgc.gmk
@@ -16,7 +16,7 @@ RANLIB=ranlib
16 16
17include gc.gmk 17include gc.gmk
18 18
19CC = cc 19CC = cc -arch ppc
20 20
21# Suppress some warnings (last checked in DP3). 21# Suppress some warnings (last checked in DP3).
22# .cabs: -Wstrict-prototypes cannot be used because the math.h header has a 22# .cabs: -Wstrict-prototypes cannot be used because the math.h header has a