cvs commit: ports/lang/icc Makefile distinfo ports/lang/icc/files ld.c

Alexander Leidinger netchild at FreeBSD.org
Fri Nov 14 04:09:19 PST 2003


netchild    2003/11/14 04:09:17 PST

  FreeBSD ports repository

  Modified files:
    lang/icc             Makefile distinfo 
    lang/icc/files       ld.c 
  Log:
  - Update to 7.1.032.
  - Transform some warnings into errors as suggested by some included
    docs (some kind of MSVC compatibility which isn't reverted in icc
    for linux).
  
  ld.c:
   - add possibility to use a different threads lib via PTHREAD_LIBS
     variable (e.g. PTHREAD_LIBS=-lthr) [1]
     this may be subject to change when gcc learns how to handle our
     different threads libs
   - refactor some code [1][2]
   - remove mailwrapper license, there's no code from mailwrapper
     anymore [2]
   - correct the order of libc and libc_r [1][2]
  
  Submitted by:   mi [1]
  Submitted by:   Marius Strobl <marius at alchemy.franken.de> [2]
  Reviewed by:    Marius Strobl <marius at alchemy.franken.de> [1]
  
  Revision  Changes    Path
  1.52      +5 -5      ports/lang/icc/Makefile
  1.25      +1 -1      ports/lang/icc/distinfo
  1.8       +63 -146   ports/lang/icc/files/ld.c


More information about the cvs-ports mailing list