[quake3-commits] [ioquake/ioq3] d8afce: Cross-compiling using mingw should only pick one g...

Zack Middleton zturtleman at gmail.com
Sun May 8 21:18:05 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: d8afce680510ab664f4e575d019fe045b99228c1
      https://github.com/ioquake/ioq3/commit/d8afce680510ab664f4e575d019fe045b99228c1
  Author: Zack Middleton <zturtleman at gmail.com>
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Cross-compiling using mingw should only pick one gcc executable

If multiple mingw toolchains are installed, the Makefile set CC to all
present gcc executables. Pick only the first one instead of passing the
others as arguments.

"CC: /usr/bin/i686-w64-mingw32-gcc /usr/bin/i686-pc-mingw32-gcc"




More information about the quake3-commits mailing list