cvs commit: ports/Mk bsd.gcc.mk

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 26 01:02:02 UTC 2009


gerald      2009-09-26 01:02:01 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.gcc.mk 
  Log:
  Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory
  when building with USE_FORTRAN=yes.  This makes us use libstdc++.so.6
  (and others) brought by this port as opposed to /usr/bin/libstdc++.so.6
  that comes with our system compiler which is based on an older version
  of GCC 4.2.  Newer version of GCC run-time libraries with the same soname
  are always backwards compatible.
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.34      +3 -1      ports/Mk/bsd.gcc.mk


More information about the cvs-ports mailing list