On 9/9/2013 07:03, Richard Hipp wrote:

I'd like to provide universal binaries for Mac, but (alas) I
don't know how to do that.

Something like:

    $ ./configure --disable-dependency-tracking \
            CFLAGS='-arch x86_64 -arch i386'

The --disable-dependency-tracking bit is necessary because you don't want *.o from one architecture to fool make(1) into believing it doesn't have to rebuild the *.o for the other arch.

This doubles build time, of course.

You can add "-arch ppc" and "-arch ppc64" if you want *truly* universal binaries.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to