diff options
author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2020-05-19 00:21:41 +0200 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-05-24 13:45:46 +0200 |
commit | 0769b34a23107c6e82683f72fe38ccea3006fd52 (patch) | |
tree | f0c15fb6deeaaae3dae26559e4cf706a9a8efa47 /flash/README | |
parent | 2eb15354b75bfa95e94c7a8d0f2db540b19fcd77 (diff) |
fix configure script failing on gcc version numbers
There were two problems on my system:
* MinGW-gcc returns version "7.3-win32" => the "-win32"-part must be
stripped off
* gcc -dumpversion returns only the major version number => use
both -dumpfullversion and -dumpversion (in this order) as described here:
https://stackoverflow.com/questions/45168516/gcc-7-1-1-on-fedora-26-dumpversion-now-only-includes-major-version-by-default
Change-Id: I74fa1c572426aab2525a00a80170d859c166e31c
Diffstat (limited to 'flash/README')
0 files changed, 0 insertions, 0 deletions