os/macosx/Makefile.setup
changeset 3900 4984308f9125
parent 3354 88222b8dafef
child 3901 5f173c71d053
equal deleted inserted replaced
3899:4c5b1de6cb17 3900:4984308f9125
    45 PPC_OSX_TARGET:=10.3.9
    45 PPC_OSX_TARGET:=10.3.9
    46 endif
    46 endif
    47 ifndef i386_OSX_TARGET
    47 ifndef i386_OSX_TARGET
    48 i386_OSX_TARGET:=10.4u
    48 i386_OSX_TARGET:=10.4u
    49 endif
    49 endif
       
    50 
       
    51 # 4-byte bools to make YAPF happy
       
    52 CFLAGS_PPC += -DFOUR_BYTE_BOOL
    50 
    53 
    51 ifndef G5_FLAGS
    54 ifndef G5_FLAGS
    52 G5_FLAGS := -mtune=970 -mcpu=970 -mpowerpc-gpopt
    55 G5_FLAGS := -mtune=970 -mcpu=970 -mpowerpc-gpopt
    53 endif
    56 endif
    54 
    57