summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
| * configure: use m4_normalize to reformat long messagesXavier Leroy2020-04-081-6/+6
| * configure: quote [] inside cases of AS_CASE constructXavier Leroy2020-04-081-4/+4
| * configure: add GCC option -fexcess-precision=standardXavier Leroy2020-04-081-3/+10
| * configure for mingw: GCC optimization optionsXavier Leroy2020-04-081-6/+12
* | Merge commit '70370d7004514d4577989ced8b9c6844818b4d20' into parallel_minor_g...Tom Kelly2021-03-011-5/+5
|\ \ | |/
| * Yet another fix to BFD supportSébastien Hinderer2020-02-171-5/+5
* | Merge commit 'b80793118095f5c8dadee43e76c162e6f7d36727' into parallel_minor_g...Tom Kelly2021-03-011-6/+24
|\ \ | |/
| * Merge pull request #9250 from dra27/disable-ocamltestDavid Allsopp2020-02-141-0/+9
| |\
| | * Don't built ocamltest on release buildsDavid Allsopp2020-02-131-3/+3
| | * Add --disable-ocamltestDavid Allsopp2020-01-161-0/+9
| * | Merge pull request #9302 from shindere/bfd-ldFlorian Angeletti2020-02-141-4/+8
| |\ \
| | * | Fix support for the bfd librarySébastien Hinderer2020-02-131-4/+8
| | |/
| * | Define ARCH_ALIGN_INT64David Allsopp2020-01-161-2/+7
| |/
* | Merge commit 'd26d37bf97c5faca36b0d5bba4378f31e8a740cc' into parallel_minor_g...Tom Kelly2021-03-011-2/+1
|\ \ | |/
| * Use -Wdeclaration-after-statementDavid Allsopp2020-02-111-5/+5
| * Restore CPPFLAGS correctlyXavier Leroy2019-12-221-1/+1
* | Merge commit '0da925c68df24923d6129a6270b563b111bd366a' into parallel_minor_g...Tom Kelly2021-02-261-21/+15
|\ \ | |/
| * Activate the -fno-common flag of GCC and ClangXavier Leroy2019-12-121-2/+2
| * Fix BFD support on OpenBSDSébastien Hinderer2019-11-281-10/+16
| * Add attribute(align()) detection and fix XLC build.Konstantin Romanov2019-11-251-6/+10
| * Ensure Makefile.config gets Windows-style prefixDavid Allsopp2019-11-251-1/+5
| * Disallow function sections for arm32 (#9125)Greta Yorsh2019-11-181-1/+1
| * Fix configure: Define the CAML_SAFE_STRING variable when force-safe-string is onKate2019-11-141-2/+2
* | Temporarily disable -Wdeclaration-after-statementDavid Allsopp2020-06-011-1/+2
* | Automatically enable -Werror for dev buildsDavid Allsopp2020-06-011-1/+1
* | Rename $gcc_warnings to $cc_warnings in configureDavid Allsopp2020-06-011-11/+11
* | Add --enable-warn-errorDavid Allsopp2020-06-011-9/+18
* | Detect availability of <spawn.h> and posix_spawn functionXavier Leroy2020-05-271-0/+6
* | Merge commit 'a561366f134c06448f95fb451f619f0c31b728d1' into parallel_minor_g...Tom Kelly2020-04-301-4/+8
|\ \
| * | Merge pull request #9311 from shindere/fix-bfd-libraries-detectionFlorian Angeletti2020-02-181-5/+5
| * | Merge pull request #9302 from shindere/bfd-ldFlorian Angeletti2020-02-141-4/+8
* | | Merge commit '335c50905374465dfbd972754677f29d3c650ada' into parallel_minor_g...Tom Kelly2020-04-301-3/+3
|\ \ \ | |/ /
| * | Merge pull request #9203 from xavierleroy/portability-fixesGabriel Scherer2019-12-301-1/+1
| * | Merge pull request #9180 from xavierleroy/no-common-variablesXavier Leroy2019-12-121-2/+2
* | | Merge commit '920ddaf87f28ede1c1f5d2fa86e287de2ef2a5ce' into parallel_minor_g...Tom Kelly2020-04-301-20/+34
|\ \ \ | |/ /
| * | Fix BFD support on OpenBSDSébastien Hinderer2019-11-281-10/+16
| * | Add attribute(align()) detection and fix XLC build.Konstantin Romanov2019-11-251-6/+10
| * | Ensure Makefile.config gets Windows-style prefixDavid Allsopp2019-11-251-1/+5
| * | Disallow function sections for arm32 (#9125)Greta Yorsh2019-11-181-1/+1
| * | Fix configure: Define the CAML_SAFE_STRING variable when force-safe-string is...Kate2019-11-141-2/+2
| |/
* | Merge commit '01bdd5bbc4e48d397b3f68940bcc3955a2754e82' into parallel_minor_g...Tom Kelly2020-04-301-0/+5
|\ \ | |/
| * best-fit allocator (#8809)Damien Doligez2019-10-151-0/+5
* | Merge commit 'dbd717e817307dc6a527dd54cc1c9765b30cfad2' into parallel_minor_g...Tom Kelly2020-04-291-0/+8
|\ \ | |/
| * Merge pull request #8835 from dra27/save-the-planetGabriel Scherer2019-10-051-0/+8
| |\
| | * Make STDLIB_MANPAGES a boolean, not a targetDavid Allsopp2019-09-271-1/+1
| | * Add --disable-stdlib-manpages to configureDavid Allsopp2019-09-271-0/+8
* | | Merge commit 'd01f0b7d7130f3f3b0c982d4c69ab5eabf071d37' into parallel_minor_g...Tom Kelly2020-04-291-0/+1
|\ \ \ | |/ /
| * | Let make's default target build the compilerSébastien Hinderer2019-09-301-0/+1
| |/
* | Merge commit 'e6096b8f6c3211a83f7855bda3d820c2408257dd' into parallel_minor_g...Tom Kelly2020-04-281-33/+79
|\ \ | |/
| * configure: improve support for the BFD librarySébastien Hinderer2019-09-231-23/+66