pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/gcc46



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May 15 12:04:41 UTC 2014

Modified Files:
        pkgsrc/lang/gcc46: Makefile distinfo
        pkgsrc/lang/gcc46/patches: patch-ac
Added Files:
        pkgsrc/lang/gcc46/patches: patch-libgcc_config_t-slibgcc-darwin

Log Message:
PR pkg/48740 - Fix problems on Darwin

Makefile:
  See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to
  create a stub library, not just to remove symbols, so we must not
  let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the
  build fails for missing files.

patches/patch-ac:
  Remove the whitespace between $(LINKER_RPATH_FLAG) and the path.
  Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld)

patches/patch-libgcc_config_t-slibgcc-darwin:
  If we don't install libgcc_s.10.[45].dylib, our gcc links binaries
  with *both* /usr/lib/libgcc_s.1.dylib and
  ${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/gcc46/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/gcc46/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/gcc46/patches/patch-ac
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/lang/gcc46/patches/patch-libgcc_config_t-slibgcc-darwin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index