Home | History | Annotate | Download | only in source

Lines Matching refs:PLATFORM

636 platform
1452 --enable-64bit-libs (deprecated, use --with-library-bits) build 64-bit libraries default= platform default
1478 --with-cross-build=dir specify an absolute path to the build directory of an ICU built for the current platform default=no cross dir
2279 ## Platform. ##
2791 # They are only needed for building ICU itself. Example: platform stuff
4246 # Check for the platform make
5056 # unknown platform.
6428 # assemble code for this platform. This will increase the build time.
7823 # Platform-specific Makefile setup
7824 # set ICUDATA_CHAR to 'e' for any EBCDIC (which should be big endian) platform.
7826 *-*-solaris*) platform=U_SOLARIS ;;
7827 *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) platform=U_LINUX ;;
7828 *-*-*bsd*|*-*-dragonfly*) platform=U_BSD ;;
7829 *-*-aix*) platform=U_AIX ;;
7830 *-*-hpux*) platform=U_HPUX ;;
7831 *-apple-darwin*|*-apple-rhapsody*) platform=U_DARWIN ;;
7832 *-*-cygwin*) platform=U_CYGWIN ;;
7833 *-*-mingw*) platform=U_MINGW ;;
7834 *-*ibm-openedition*|*-*-os390*) platform=OS390
7838 *-*-os400*) platform=OS400
7842 *-*-nto*) platform=U_QNX ;;
7843 *-dec-osf*) platform=U_OSF ;;
7844 *-*-beos) platform=U_BEOS ;;
7845 *-*-irix*) platform=U_IRIX ;;
7846 *-ncr-*) platform=U_MPRAS ;;
7847 *) platform=U_UNKNOWN_PLATFORM ;;
9145 if "$U_MAKE" -f "$srcdir/config/gmakever.mk" PLATFORM="$platform"; then