CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/11/17 07:41:59
Modified files:
devel/mingw : Makefile
devel/mingw/patches: patch-x86-mingw32-build_sh_conf
devel/mingw/pkg: PLIST README
Removed files:
devel/mingw/pkg: PFRAG.shared
Log message:
Polish up the toolchain:
- get rid of libtool and thus rpath bugs
- install libexec files as they're also needed
- copy the crt files in lib/gcc/i386-mingw32/3.4.5 as the
compiler looks for them in there and not in lib
- disable shared and thus lose the platform specific files
(noticed by jeremy@ as well)
- adapt the README after these changes