Commit Graph

5 Commits

Author SHA1 Message Date
Benny Prijono 9f1d73eea1 Misc (re #1134): added the missing ARCH environment variable in CPP command in configure-iphone script (thanks MrGecko for the patch)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3343 74dad513-b988-da41-8d7b-12977e46ad98
2010-10-13 23:57:11 +00:00
Benny Prijono a9866ae3c1 Re #1050: removed -arch armv6 option from the default CFLAGS generated by configure-iphone, as this is rejected by gcc-4.2.1 that comes with iPhone-3.2 SDK.
git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/iphone@3171 74dad513-b988-da41-8d7b-12977e46ad98
2010-05-13 04:57:13 +00:00
Benny Prijono c02fdd6649 Re #1050: automatic selection of ARM compiler to use based on the SDK. No need to create symbolic links to gcc now.
git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/iphone@3170 74dad513-b988-da41-8d7b-12977e46ad98
2010-05-13 04:35:16 +00:00
Benny Prijono fd71d3a349 Re #1050: fixed failure in configure script if iPhone binutils/compiler are not in the PATH. They are called with their full paths now.
git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/iphone@3169 74dad513-b988-da41-8d7b-12977e46ad98
2010-05-13 00:04:51 +00:00
Benny Prijono 8ec5eae272 Support for iPhone tools in the build system:
- more flexible redeclaration of build tools. Now users may
   override build tools with environment variables, e.g.
   CC, AR, RANLIB, etc.
 - added configure-iphone: configure wrapper for iphone
 - tested with iPhone 2.x SDK

This closes #1050


git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/iphone@3168 74dad513-b988-da41-8d7b-12977e46ad98
2010-05-12 10:59:20 +00:00