Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCC_AS_CFI_PSEUDO_OP passes on msvc, although it's not sufficient. | Anthony Green | 2022-09-01 | 1 | -13/+0 |
| | |||||
* | Don't -malign-double for x86-32 | Anthony Green | 2022-08-31 | 1 | -1/+3 |
| | |||||
* | Add missing file | Anthony Green | 2022-06-25 | 1 | -0/+51 |
| | |||||
* | Update configury | Anthony Green | 2022-06-25 | 4 | -122/+193 |
| | |||||
* | Update ax_cc_maxopt m4 macro (#617) | Francisco Boni | 2021-03-23 | 1 | -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 macros | Anthony Green | 2019-11-21 | 5 | -82/+24 |
| | |||||
* | Fix cfi checks for old compiler (#453) | dabrain34 | 2019-02-19 | 1 | -1/+1 |
| | | | | cfi_sections can be unsupported when cfi_startproc and cfi_endproc are. | ||||
* | Don't align-double for 32-bit x86 | Anthony Green | 2018-03-18 | 1 | -1/+2 |
| | |||||
* | Add m4/ax_require_defined.m4 | Anthony Green | 2018-03-18 | 1 | -0/+37 |
| | |||||
* | Update autoconf archive macros | Anthony Green | 2018-03-18 | 9 | -121/+189 |
| | |||||
* | Fix issue with builddir when calling configure with absolute path | Jeremie Knuesel | 2014-06-25 | 1 | -1/+2 |
| | |||||
* | Remove autogenerated files from the repository | Josh Triplett | 2014-03-16 | 5 | -8615/+0 |
| | | | | Add an autogen.sh to regenerate them. | ||||
* | Rebuilt with new libtool | Anthony Green | 2014-02-28 | 3 | -1026/+1021 |
| | |||||
* | UltraSPARC IIi fix. Update README and build configury. | Anthony Green | 2013-11-09 | 2 | -14/+12 |
| | |||||
* | x32 and libtool fixes | Anthony Green | 2013-02-07 | 1 | -1/+2 |
| | |||||
* | 32-bit x86 fix and more | Anthony Green | 2013-01-11 | 1 | -1/+2 |
| | |||||
* | missed x32 libtool patch. | Anthony Green | 2013-01-02 | 1 | -1/+8 |
| | |||||
* | New stand-alone patch | Anthony Green | 2013-01-02 | 13 | -61/+1467 |
| | |||||
* | Merge with GCC. Eliminate quilt bits. | Anthony Green | 2013-01-02 | 10 | -1153/+1 |
| | |||||
* | Fix autoconf macros | Anthony Green | 2012-10-30 | 4 | -54/+61 |
| | |||||
* | TILE-Gx/TILEPro support | Anthony Green | 2012-10-12 | 1 | -23/+1 |
| | |||||
* | Linux/x32 libtool fix | Anthony Green | 2012-04-06 | 1 | -1/+8 |
| | |||||
* | Refresh autoconf-archive m4 scripts | Anthony Green | 2012-02-03 | 5 | -127/+78 |
| | |||||
* | Fix ax_enable_builddir macro on BSD systems | Anthony Green | 2011-11-12 | 1 | -3/+3 |
| | |||||
* | Rebase | Anthony Green | 2011-11-12 | 1 | -0/+13 |
| | |||||
* | Fix ax_cc_maxopt.m4 | Anthony Green | 2011-02-15 | 1 | -4/+0 |
| | |||||
* | ungccify parts of the build | Anthony Green | 2011-02-12 | 8 | -0/+1178 |
| | |||||
* | Use newer autotools. Only build debug.c when --enable-debug. | Anthony Green | 2011-02-11 | 4 | -783/+1261 |
| | |||||
* | Remove warnings and add OS/2 support | Anthony Green | 2010-04-13 | 1 | -5/+5 |
| | |||||
* | 3.0.9rc6 | Anthony Green | 2009-12-24 | 5 | -0/+7966 |