summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Revert to previous cfi check.Anthony Green2022-09-281-0/+13
|
* GCC_AS_CFI_PSEUDO_OP passes on msvc, although it's not sufficient.Anthony Green2022-09-011-13/+0
|
* Don't -malign-double for x86-32Anthony Green2022-08-311-1/+3
|
* Add missing fileAnthony Green2022-06-251-0/+51
|
* Update configuryAnthony Green2022-06-254-122/+193
|
* Update ax_cc_maxopt m4 macro (#617)Francisco Boni2021-03-231-12/+10
| | | | | | | | | | | | | | | | | | | | | Keeps libffi's specific changes (https://github.com/libffi/libffi/commit/cec3a3a201f17a7f018f25e1a0917bd5206e5a5a#diff-2396a1256ac4b1c6849c931ddb8018bdd984bb2383be21bb819a33b95d8d603f) and updates to the latest ax_cc_maxopt.m4 (http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commit;h=73ee1b396c21062ee8eeb8721ba5323322110fb5): ax_cc_maxopt.m4: retain setting of CFLAGS by configure AX_CC_MAXOPT checks whether CFLAGS was set by the user; if so, the user’s setting is respected. This behavior is retained, of course. However, AX_CC_MAXOPT was then setting CFLAGS="". This overrode the default setting by configure, which usually includes -g. Hence, if CFLAGS was not set by the user, retain the default setting, to preserve the ability to debug. A typical default setting from configure is "-g -O2". This means that AX_CC_MAXOPT might typically set CFLAGS to "-g -O2 -O3". This is fine, because the later -O3 will override the earlier -O2. (The only assumption is that all compilers that AX_CC_MAXOPT knows behave in this sane way.)
* Update autoconf-archive m4 macrosAnthony Green2019-11-215-82/+24
|
* Fix cfi checks for old compiler (#453)dabrain342019-02-191-1/+1
| | | | cfi_sections can be unsupported when cfi_startproc and cfi_endproc are.
* Don't align-double for 32-bit x86Anthony Green2018-03-181-1/+2
|
* Add m4/ax_require_defined.m4Anthony Green2018-03-181-0/+37
|
* Update autoconf archive macrosAnthony Green2018-03-189-121/+189
|
* Fix issue with builddir when calling configure with absolute pathJeremie Knuesel2014-06-251-1/+2
|
* Remove autogenerated files from the repositoryJosh Triplett2014-03-165-8615/+0
| | | | Add an autogen.sh to regenerate them.
* Rebuilt with new libtoolAnthony Green2014-02-283-1026/+1021
|
* UltraSPARC IIi fix. Update README and build configury.Anthony Green2013-11-092-14/+12
|
* x32 and libtool fixesAnthony Green2013-02-071-1/+2
|
* 32-bit x86 fix and moreAnthony Green2013-01-111-1/+2
|
* missed x32 libtool patch.Anthony Green2013-01-021-1/+8
|
* New stand-alone patchAnthony Green2013-01-0213-61/+1467
|
* Merge with GCC. Eliminate quilt bits.Anthony Green2013-01-0210-1153/+1
|
* Fix autoconf macrosAnthony Green2012-10-304-54/+61
|
* TILE-Gx/TILEPro supportAnthony Green2012-10-121-23/+1
|
* Linux/x32 libtool fixAnthony Green2012-04-061-1/+8
|
* Refresh autoconf-archive m4 scriptsAnthony Green2012-02-035-127/+78
|
* Fix ax_enable_builddir macro on BSD systemsAnthony Green2011-11-121-3/+3
|
* RebaseAnthony Green2011-11-121-0/+13
|
* Fix ax_cc_maxopt.m4Anthony Green2011-02-151-4/+0
|
* ungccify parts of the buildAnthony Green2011-02-128-0/+1178
|
* Use newer autotools. Only build debug.c when --enable-debug.Anthony Green2011-02-114-783/+1261
|
* Remove warnings and add OS/2 supportAnthony Green2010-04-131-5/+5
|
* 3.0.9rc6Anthony Green2009-12-245-0/+7966