Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-17 | Add a 'gfortran' alias so that GCC fortran goes via the wrappers. | jperkin | 1 | -2/+2 | |
2015-03-15 | PR 49686: Drop -I and -L options references the built-in search | joerg | 1 | -2/+2 | |
directories of the compiler/linker when using cwrappers. Command line flags will often put them before the corresponding flags for PREFIX/include and PREFIX/lib, so the version from outside .buildlink would be prefered. The other way around is much less likely to be a problem and normally the expected case. Bump required cwrappers version for the necessary exact-match feature. | |||||
2014-12-12 | Use append for IMAKEOPTS and the real path for exec as IMAKE includes | joerg | 1 | -2/+3 | |
the options. | |||||
2014-12-12 | Indexing starts by 1. | joerg | 1 | -2/+2 | |
2014-12-10 | Use LOCALBASE for finding the wrapper binaries, USE_CROSSBASE messes up | joerg | 1 | -2/+3 | |
PREFIX. | |||||
2014-12-10 | Remove "CC" from CWRAPPERS_ALIASES.cxx. | schmonz | 1 | -2/+2 | |
Motivation: with "USE_CWRAPPERS=yes" on the default case-insensitive OS X filesystem, linking the wrappers was failing, stopping the build. For example: ===> Creating toolchain wrappers for mess822-0.58nb3 ln: .../pkgsrc-current/mail/mess822/work/.cwrapper/bin/cc: File exists *** Error code 1 Stop. I never noticed this with the old wrappers, but they've also been failing to link "CC" as an alias to "c++"; it's just that the failure has been silent and I've never noticed a build failure for lack of a "CC" wrapper, despite there probably never having been such a wrapper. Given that jperkin's SmartOS bulk build with this change produced results similar to last week's non-cwrappers trunk build, we can conclude that across platforms, the need for a "CC" wrapper is very limited and we needn't try (and sometimes fail) to create one by default. | |||||
2014-12-09 | Use full path for CC, CXX and FC. | joerg | 1 | -5/+5 | |
2014-11-29 | Provide exec_path for cwrappers-20141129 and require that version. | joerg | 1 | -2/+3 | |
2014-11-29 | Temporarily increase compat with old wrappers and add | joerg | 1 | -1/+6 | |
-I${PREFIX}/include. | |||||
2014-11-29 | Export CWRAPPERS_CONFIG_DIR directly for now to deal with Makefiles | joerg | 1 | -1/+4 | |
calling libtool or cc directly. Leave a note to fix those later. | |||||
2014-11-27 | Drop trivially redundant transforms. | joerg | 1 | -2/+2 | |
2014-11-27 | cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIR | joerg | 1 | -5/+5 | |
for consistency. | |||||
2014-11-27 | Correct libtool depends on factors like USE_LANGUAGES, so pick up | joerg | 1 | -3/+3 | |
whatever got choosen elsewhere. | |||||
2014-11-27 | Consistent indentation. | joerg | 1 | -7/+7 | |
2014-11-27 | Support wrappee specific transformations and use it to fix imake. | joerg | 1 | -2/+6 | |
2014-11-27 | Allow appending options on a per-wrappee base. | joerg | 1 | -1/+4 | |
2014-11-27 | Fix variable expansion. | joerg | 1 | -2/+2 | |
2014-11-25 | Add clang aliases to the list. Will be conditionalized later. | joerg | 1 | -4/+4 | |
2014-11-25 | Whitespace | joerg | 1 | -2/+2 | |
2014-11-25 | generate-cwrapper -> generate-cwrappers | joerg | 1 | -4/+4 | |
2014-11-25 | Mirror old wrapper code and override _LIBTOOL / _SHLIBTOOL only in the | joerg | 1 | -1/+3 | |
case of USE_LIBTOOL. | |||||
2014-11-24 | Add cwrappers glue as developed during Google's Summer of Code 2007. | joerg | 1 | -0/+71 | |