Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:gcc

154 configurable in terms of its build options.  Out of the box the library will build with any modern version of GCC
5059 CC=arm-gcc AR=arm-ar make
5062 \begin{flushleft} will build the library using \textit{arm--gcc} as the compiler and \textit{arm--ar} as the archiver. \end{flushleft}
5137 that GCC expects for global archives.
5172 gcc -DTFM_DESC myprogram.c -ltomcrypt -ltfm -o myprogram
5210 Currently LibTomCrypt will detect x86-32, x86-64, MIPS R5900, SPARC and SPARC64 running GCC as well as x86-32 running MSVC.
5247 This mode (auto-detected with x86\_32,x86\_64 platforms with GCC or MSVC) configures various routines such as ctr\_encrypt() or
5273 When this has been defined the library will not use any inline assembler. Only a few platforms support assembler inlines but various versions of ICC and GCC
5308 of GCM output on both the AMD64 and Intel Pentium 4 platforms. Requires GCC and an SSE2 equipped platform.