about summary refs log tree commit diff
path: root/pkgs/stdenv/cygwin/rebase-i686.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-11-01treewide: Make still dont* Variables are optional in most casesJohn Ericson1-1/+1
Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case: - cc-wrapper's `dontlink`, because it already is handled. Also, in nix files escaping was manually added. EMP
2017-06-26cygwin: rebase fixesDavid McFarland1-3/+3
- use fixupOutputsHook to find libs in all outputs - don't rebase symlinks
2016-05-20Allow not rebasing in cygwin stdenv.LluĂ­s Batlle i Rossell1-0/+3
This changes cygwin stdenv, but I don't think it will hurt much people. This allows mkDerivation to get "dontRebase=true" to skip the usual cygwin rebase. This is required, if we are using this stdenv to build DLLs for win32 inside x86_64-cygwin, because /bin/rebase crashes at finding an arch mismatch. Additionally, we don't need any rebase for libraries built by visual studio and meant for visual studio (my use case). I'm using nix in x86_64-cygwin to build libraries with visual studio, both for x86_64 and x86.
2015-05-28cygwin: stdenvFlorian Friesdorf1-0/+21