Skip to content
Snippets Groups Projects
Commit 2dedaeb1 authored by Kevin Layer's avatar Kevin Layer
Browse files

error on 64-bit Mac OS X

parent 689dbc16
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,12 @@
*** LEAVE THIS AT THE TOP OF THE FILE ***
don't forget to change the version in utils/packages.lisp if you do anything
user visible.
*******************************************************************************
2009-07-15 Kevin Layer <layer@gemini.franz.com>
* Makefile.macosx: ppc => i386; error on 64-bit Mac OS X
2009-06-29 Andreas Fuchs <afuchs@franz.com>
* aclpc/acl-frames.lisp: Fix types and ff call arguments in
......
......@@ -25,7 +25,8 @@ XLIB=-L/usr/X11R6/lib -lX11
XINCLUDES=-I/usr/X11R6/include -I/usr/local/motif/include
ifeq ($(SIXTYFOURBIT),yes)
CFLAGS= -arch ppc64 -DAcl64Bit
$(error CLIM does not work on 64-bit Mac OS X yet.)
CFLAGS = -arch i386 -DAcl64Bit
MAKE_SHARED = sh ../src/bin/make_shared.mac64
else
ifeq ($(MACHINE),x86)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment