~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_platform.m4

  • Committer: Monty Taylor
  • Date: 2010-01-02 04:53:48 UTC
  • mto: (1259.3.1 build)
  • mto: This revision was merged to the branch mainline in revision 1262.
  • Revision ID: mordred@inaugust.com-20100102045348-qtgrd846cm76soer
Added option for OSX Fat Binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      [Cause Sun Studio to not be quite so strict with standards conflicts])
75
75
  ])
76
76
 
 
77
  AS_IF([test "x$TARGET_OSX" = "xtrue"],[
 
78
    AS_IF([test "x$ac_enable_fat_binaries" = "xyes"],[
 
79
      AM_CFLAGS="-arch i386 -arch x86_64 -arch ppc"
 
80
      AM_CXXFLAGS="-arch i386 -arch x86_64 -arch ppc"
 
81
      AM_LDFLAGS="-arch i386 -arch x86_64 -arch ppc"
 
82
    ])
 
83
  ])
 
84
 
77
85
])