Skip to content

Eliminate need for ~/mingw-w32/bin/i686-w64-mingw32-gcc

Bitbucket Importer requested to merge bitbucket/merged-pr-659 into branch/unified

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

Some of the modules have command line tools that require a link to the MinGW gcc compiler in the home directory and other modules look for it in the default path. In addition, Makefile.user.default sets up the MinGW cross compiler settings but few of the command line tools are taking advantage of this.

This pull request is an attempt at eliminating the need for a link to the MinGW compiler in the user's home directory.

  • First attempt at removing the home directory link ~/mingw-w32/bin/i686-w64-ming-gcc in dual_iso (cr2hdr) and lv_rec (raw2dng)

  • There is another Makefile for raw2dng in raw_rec that needed attention.

Merge request reports