diff options
| author | David Jones | 2007-03-01 17:19:37 +0000 |
|---|---|---|
| committer | David Jones | 2007-03-01 17:19:37 +0000 |
| commit | 42be9d525a583fd39133a680921bb5f200d5fe21 (patch) | |
| tree | 70b34089a9d600c2704f61f4be7205ad6e5d3130 /mps/code/xcppgc.gmk | |
| parent | 6221ca9e9f53b32f2a73daa71e18d01f1451190a (diff) | |
| download | emacs-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.gmk | 2 |
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 | ||
| 17 | include gc.gmk | 17 | include gc.gmk |
| 18 | 18 | ||
| 19 | CC = cc | 19 | CC = 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 |