From 42be9d525a583fd39133a680921bb5f200d5fe21 Mon Sep 17 00:00:00 2001 From: David Jones Date: Thu, 1 Mar 2007 17:19:37 +0000 Subject: 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 --- mps/code/xci3gc.gmk | 2 +- mps/code/xcppgc.gmk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mps/code') 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 include gc.gmk -CC = cc +CC = cc -arch i386 include comm.gmk 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 include gc.gmk -CC = cc +CC = cc -arch ppc # Suppress some warnings (last checked in DP3). # .cabs: -Wstrict-prototypes cannot be used because the math.h header has a -- cgit v1.2.1