Ticket #26205: patch-Makefile.diff

File patch-Makefile.diff, 453 bytes (added by sewebster@…, 14 years ago)

patch to disable i386

  • Makefile

    old new  
    1 CFLAGS = -fpascal-strings -O2 -arch ppc -arch i386
     1CFLAGS = -fpascal-strings -O2 -arch ppc
    22
    33.PHONY: clean dist
    44
    55makeicns: makeicns.o IconFamily.o NSString+CarbonFSRefCreation.o
    6         $(CXX) -o $@ $^ -O2 -arch ppc -arch i386 \
     6        $(CXX) -o $@ $^ -O2 -arch ppc \
    77          -framework Foundation -framework AppKit -framework Carbon
    88
    99clean: