macosforge / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
128 stars 54 forks source link

libredo.o needs to be 4-way fat #55

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

wsiegrist@… originally submitted this as ticket:57


We recently started building fat binaries. libredo.o is shipped in binary form, but is still only 2-way fat. Currently, the only workaround to build darwinup is to change the CFLAGS setting in common.mk to force only i386 and ppc like:

CFLAGS+=-arch ppc -arch i386

macosforgebot commented 15 years ago

wsiegrist@… originally submitted this as comment:1:⁠ticket:57