Remove universal build support from configure.
authorMorten Sorvig <morten.sorvig@nokia.com>
Tue, 27 Sep 2011 12:39:48 +0000 (14:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Jan 2012 04:01:04 +0000 (05:01 +0100)
commit59d5c26075724a581ed276d62d884b44d2ca4489
tree868bc846c2f4366c3e38060425ec5af09886529d
parent4d868ece504687d7dfde7cde593bf4755765ab50
Remove universal build support from configure.

Qt 5 will support single-arch builds only, for two
reasons:
1) PPC is very deprecated at this point, x86_64
   is becoming standard.
2) V8 only supports single arch builds.

As a workaround, build twice and use lipo to
create universal binaries.

This commit also removes the -cocoa and -carbon
options.

Change-Id: I428f096a02f59ec2b3e693150e0e08358198de83
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
configure