diff options
| author | David Jones | 2007-03-01 17:23:50 +0000 |
|---|---|---|
| committer | David Jones | 2007-03-01 17:23:50 +0000 |
| commit | a1f924d66e5f4da7979413e0b2f473cd9ebeba9e (patch) | |
| tree | 0a6d8cb8897da19e97eb40cf481fe78e89fec8c9 /mps/code | |
| parent | 5e190aa87c3512943d99786753be4fadcae1e1f4 (diff) | |
| parent | 42be9d525a583fd39133a680921bb5f200d5fe21 (diff) | |
| download | emacs-a1f924d66e5f4da7979413e0b2f473cd9ebeba9e.tar.gz emacs-a1f924d66e5f4da7979413e0b2f473cd9ebeba9e.zip | |
Mps: cherrying picking change from version/1.107, cross
compiling on macs.
Copied from Perforce
Change: 161867
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/xci3gc.gmk | 2 | ||||
| -rw-r--r-- | mps/code/xcppgc.gmk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/xci3gc.gmk b/mps/code/xci3gc.gmk index 3e453179c80..2af19e2d18a 100644 --- a/mps/code/xci3gc.gmk +++ b/mps/code/xci3gc.gmk | |||
| @@ -17,7 +17,7 @@ RANLIB=ranlib | |||
| 17 | 17 | ||
| 18 | include gc.gmk | 18 | include gc.gmk |
| 19 | 19 | ||
| 20 | CC = cc | 20 | CC = cc -arch i386 |
| 21 | 21 | ||
| 22 | include comm.gmk | 22 | include comm.gmk |
| 23 | 23 | ||
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 |