]> gitweb.factorcode.org Git - factor.git/commit
build: allow any GCC version 2025/head
authorBenjamin Pollack <benjamin@spreedly.com>
Thu, 26 Jul 2018 20:59:27 +0000 (16:59 -0400)
committerBenjamin Pollack <benjamin@spreedly.com>
Thu, 26 Jul 2018 20:59:27 +0000 (16:59 -0400)
commit339be707a21059b856f5b4b52a44c1e71a9a0a90
tree83b7b91d701f116ba2944740473d0d5bdf9683f7
parent3a5533dc442ae8f5e90abf152f89cfd813f2b6b8
build: allow any GCC version

The existing test didn't work on modern GCC; a clean fix didn't work
on modern macOS due to its aliasing gcc to clang; and the test being
done is for a version of GCC from 2013 that doesn't ship on any modern
Linux system. (RHEL7 is on GCC 4, but hasn't shipped the buggy version
either ever or since 2015, depending on which source material I look
at.)

Closes #2023
build.sh