mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 13:00:51 -07:00
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
This commit is contained in:
parent
6221ca9e9f
commit
42be9d525a
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ RANLIB=ranlib
|
|||
|
||||
include gc.gmk
|
||||
|
||||
CC = cc
|
||||
CC = cc -arch i386
|
||||
|
||||
include comm.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue