Changes between Version 16 and Version 17 of BuildSystem
- Timestamp:
- Jun 5, 2011, 2:38:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v16 v17 56 56 57 57 ||'''-h, --help'''||display configuration options and exit|| 58 ||'''--with-boinc-platform=NAME'''||Override the BOINC [BoincPlatforms platform] name determined by autoconf. i.e. Use NAME as [BoincPlatforms platform] to compile into the client. Only necessary if configure does not recognize your platform correctly by default. You can check the platform after the configure step by looking at the value of the BOINC_PLATFORMvariable in config.h ||58 ||'''--with-boinc-platform=NAME'''||Override the BOINC [BoincPlatforms platform] name determined by autoconf. i.e. Use NAME as [BoincPlatforms platform] to compile into the client. Only necessary if configure does not recognize your platform correctly by default. You can check the platform after the configure step by looking at the value of the HOSTTYPE variable in config.h || 59 59 ||'''--with-boinc-alt-platform=NAME'''||Use this option to build an client that supports an alternate platform name. For example, on a x86_64 linux system that supports both 64 bit and 32 bit executables, you might specify --with-boinc-platform=x86_64-pc-linux-gnu and --with-boinc-alt-platform=i686-pc-linux-gnu. || 60 60