Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. source % ./runConfigureICU --help
  2. Usage: runConfigureICU [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]
  3.  
  4. Options: -h, --help Print this message and exit
  5. --enable-debug Enable support for debugging
  6. --disable-release Disable presetting optimization flags
  7.  
  8. If you want to add custom CFLAGS or CXXFLAGS or similar, provide them _before_
  9. the runConfigureICU command:
  10.  
  11. CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
  12.  
  13. The following names can be supplied as the argument for platform:
  14.  
  15. AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
  16. AIX/GCC Use the GNU gcc/g++ compilers on AIX
  17. Cygwin Use the GNU gcc/g++ compilers on Cygwin
  18. Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
  19. Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
  20. Cygwin/ICL Use the Intel C++ compiler on Cygwin
  21. FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
  22. HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
  23. IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
  24. Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
  25. Linux/gcc Use the GNU gcc/g++ compilers on Linux
  26. Linux/ECC Use the Intel ECC compiler on Linux
  27. Linux/ICC Use the Intel ICC compiler on Linux
  28. Linux/VA Use the IBM Visual Age compiler on Power PC Linux
  29. MacOSX Use the default compilers on MacOS X (Darwin)
  30. MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
  31. MinGW Use the GNU gcc/g++ compilers on MinGW
  32. MSYS/MSVC Use the Microsoft Visual C++ computer on MSYS
  33. QNX Use the QNX QCC compiler on QNX/Neutrino
  34. Solaris Use the Sun cc/CC compilers on Solaris
  35. Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
  36. SolarisX86 Use the Sun cc/CC compilers on Solaris x86
  37. TRU64V5.1/CXX Use the Compaq cxx compiler on Tru64 (OSF)
  38. zOS Use the IBM cxx compiler on z/OS (os/390)
  39. zOSV1R2 Use the IBM cxx compiler for z/OS 1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement