summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Let make's default target build the compilerSébastien Hinderer2019-09-301-0/+1
|/
* configure: improve support for the BFD librarySébastien Hinderer2019-09-231-23/+66
* Build system: introduce the BFD_LDFLAGS variableSébastien Hinderer2019-09-231-0/+1
* Build system: rename the LIBBFD_INCLUDE variable to BFD_CPPFLAGSSébastien Hinderer2019-09-231-1/+1
* Build system: rename the LIBBFD_LINK variable to BFD_LDFLAGSSébastien Hinderer2019-09-231-12/+12
* configure: fix typo in variable nameSébastien Hinderer2019-09-231-1/+1
* Enable force-safe-string by default (#1859)Kate2019-09-101-8/+10
* Use the autoconf- or system-provided off_t rather than redetecting. (#8843)Stephen Dolan2019-07-311-1/+0
* Merge pull request #8830 from glondu/4.08-configure-fixesDavid Allsopp2019-07-301-1/+3
* Error in configure --enable-function-sections if target doesn't support itGreta Yorsh2019-07-151-10/+16
* Add compile-time option -function-sectionsGreta Yorsh2019-07-151-11/+11
* Emit each function in a separate section (amd64,i386,arm,arm64)Greta Yorsh2019-07-151-0/+34
* Use AC_PREREQ to force Autoconf 2.69David Allsopp2019-06-111-0/+2
* Fix --with-pic in configure (#8632)David Allsopp2019-05-211-9/+7
* configure: fix libunwind and spacetime supportSébastien Hinderer2019-05-201-12/+53
* configure: use variables rather than arguments for a few options (#8616)Sébastien Hinderer2019-05-091-23/+25
* Correct MKEXEDEBUGFLAG for msvc (#8638)David Allsopp2019-05-031-2/+1
* Don't generate #! headers over 127 charactersDavid Allsopp2019-05-021-4/+14
* Enable SSE2 for i686 mingw32David Allsopp2019-04-191-0/+5
* Finish removing PPC/non-Linux support (#8536)Sébastien Hinderer2019-03-261-5/+1
* Add FreeBSD/aarch64 supportGreg V2019-03-221-2/+5
* Fix alignment detection for long integers on 32-bits platforms (#8532)Sébastien Hinderer2019-03-211-8/+7
* Get rid of the direct call to the C preprocessor in the testsuite (#8528)Sébastien Hinderer2019-03-211-3/+1
* Remove some unused configure tests. (#8533)Stephen Dolan2019-03-211-64/+0
* Reenable XLC on AIX 7.x (#2295)Konstantin Romanov2019-03-211-3/+19
* Delete otherlib/{graph,win32graph} (#2318)Jérémie Dimino2019-03-181-27/+6
* Remove gprof support (#2314)Mark Shinwell2019-03-161-28/+2
* Fix detection of assembler on some platformsSébastien Hinderer2019-03-131-2/+2
* Clarify the invocation of the C preprocessorSébastien Hinderer2019-03-131-5/+16
* Delete the vmthreads library (#2289)Jérémie Dimino2019-03-111-14/+4
* Remove IA32 macOS (Darwin) support (#2278)Mark Shinwell2019-03-071-5/+1
* Use emulated fma on Cygwin64 (#2177)David Allsopp2019-03-011-1/+3
* Cygwin should have EXE=.exe (#2266)David Allsopp2019-02-281-1/+4
* configure: add WINDOWS_UNICODE_MODE variableNicolás Ojeda Bär2019-02-271-1/+9
* Fixing typos in various files (#2246)Fourchaux2019-02-131-2/+2
* Fix configure of flambda (#2241)Leo White2019-02-111-1/+1
* Propagate --disable-shared correctly on UnixDavid Allsopp2019-02-011-25/+35
* Fix help text for configure's --enable-force-safe-string optionSébastien Hinderer2019-01-221-2/+2
* Clarify the help text for the debugger-related configure optionSébastien Hinderer2019-01-221-1/+1
* Fix typo in configure's helpSébastien Hinderer2019-01-221-1/+1
* Add --disable-bigarray-libDavid Allsopp2019-01-081-2/+10
* Make unix, vmthreads and str optional librariesDavid Allsopp2019-01-081-8/+43
* Rename --enable-pthread to --enable-systhreadsDavid Allsopp2019-01-081-7/+7
* Fix --disable-pthreadDavid Allsopp2019-01-081-1/+2
* Use autoconf to generate the compiler's configuration scriptSébastien Hinderer2018-12-211-0/+1676