[svn] / ecrypt / trunk / test / compiler.mk  

svn: ecrypt/trunk/test/compiler.mk

Diff for /ecrypt/trunk/test/compiler.mk between version 47 and 48

version 47, Thu Aug 4 20:03:30 2005 UTC version 48, Thu Aug 4 20:07:05 2005 UTC
Line 1 
Line 1 
   
 compiler ?= gcc  comp ?= gcc
   
 ifeq (${compiler},msvc)  ifeq (${comp},msvc)
   CC = cl /nologo    CC = cl /nologo
   version = cl    version = cl
   
Line 20 
Line 20 
   run = wine    run = wine
 endif  endif
   
 ifeq (${compiler},icc)  ifeq (${comp},icc)
   CC = icc $(std)    CC = icc $(std)
   version = icc -v    version = icc -v
   
   opt ?= -O3    opt ?= -O3
 endif  endif
   
 ifeq (${compiler},gcc)  ifeq (${comp},gcc)
   CC = gcc -Wall -pedantic $(std)    CC = gcc -Wall -pedantic $(std)
   version = gcc -v    version = gcc -v
   


Generate output suitable for use with a patch program
Legend:
Removed from v.47  
changed lines
  Added in v.48

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help