Remove MinGW binaries in favour of MSys binaries
commit00c1d44fa5b2e75ceddfe9dbc132550ddab2774f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 1 Nov 2007 15:17:27 +0000 (1 15:17 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 1 Nov 2007 15:17:27 +0000 (1 15:17 +0000)
tree7d52a931395af9ee865c480dd566660cc5934b96
parent0e688cd8861100c8c08f8cea7d9f803953fefdd2
Remove MinGW binaries in favour of MSys binaries

To compile software for MSys, we need to use the MSys binaries for
gcc and friends.  Just remove the MinGW binaries from this branch,
so that the MSys binaries are found instead.

This is literally the result of

$ (cd /bin &&
for f in *.exe; do \
test -f ../mingw/bin/$f &&
git rm ../mingw/bin/$f; \
done \
  )

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
20 files changed:
mingw/bin/addr2line.exe [deleted file]
mingw/bin/ar.exe [deleted file]
mingw/bin/as.exe [deleted file]
mingw/bin/c++filt.exe [deleted file]
mingw/bin/cpp.exe [deleted file]
mingw/bin/dlltool.exe [deleted file]
mingw/bin/dllwrap.exe [deleted file]
mingw/bin/gcc.exe [deleted file]
mingw/bin/gcov.exe [deleted file]
mingw/bin/gprof.exe [deleted file]
mingw/bin/ld.exe [deleted file]
mingw/bin/nm.exe [deleted file]
mingw/bin/objcopy.exe [deleted file]
mingw/bin/objdump.exe [deleted file]
mingw/bin/ranlib.exe [deleted file]
mingw/bin/readelf.exe [deleted file]
mingw/bin/size.exe [deleted file]
mingw/bin/strings.exe [deleted file]
mingw/bin/strip.exe [deleted file]
mingw/bin/windres.exe [deleted file]