viewtopic.php?f=12&t=4866&p=7686&hilit=universal#p7686
viewtopic.php?f=14&t=4844&p=8131&hilit=universal#p8131
Is there any chance that these could be simplified into the normal ./configure script so that we could do something like:
- Code: Select all
./configure --config=Darwin-iPhone-Universal
This would basically be a combination of the following configurations:
- Darwin64
- Darwin32
- iPhone (armv6 + armv7)
- iPhoneSimulator
Is this feasible?
Also, for bonus points:
- Code: Select all
./configure --config=Darwin-Universal
- Darwin64
- Darwin32
- Code: Select all
./configure --config=iPhone-Universal
- iPhone (armv6 + armv7)
- iPhoneSimulator
And finally:
- Code: Select all
./configure --config=Darwin-iPhone-Universal-clang
./configure --config=Darwin-Universal-clang
./configure --config=iPhone-Universal-clang





