summaryrefslogtreecommitdiff
path: root/m4/ax_cc_maxopt.m4
Commit message (Collapse)AuthorAgeFilesLines
* 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.)
* Don't align-double for 32-bit x86Anthony Green2018-03-181-1/+2
|
* Update autoconf archive macrosAnthony Green2018-03-181-9/+21
|
* 32-bit x86 fix and moreAnthony Green2013-01-111-1/+2
|
* New stand-alone patchAnthony Green2013-01-021-0/+180
|
* Merge with GCC. Eliminate quilt bits.Anthony Green2013-01-021-180/+0
|
* Fix autoconf macrosAnthony Green2012-10-301-2/+2
|
* Refresh autoconf-archive m4 scriptsAnthony Green2012-02-031-7/+11
|
* Fix ax_cc_maxopt.m4Anthony Green2011-02-151-4/+0
|
* ungccify parts of the buildAnthony Green2011-02-121-0/+180