m4/ax_cc_maxopt.m4


Log

Author Commit Date CI Message
Anthony Green 7b1dd8ce 2022-08-31T09:49:21 Don't -malign-double for x86-32
Anthony Green 4a46f35b 2022-06-25T21:14:30 Update configury
Francisco Boni 5865450d 2021-03-23T19:50:09 Update ax_cc_maxopt m4 macro (#617) 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.)
Anthony Green cec3a3a2 2018-03-18T16:00:04 Don't align-double for 32-bit x86
Anthony Green 81d345b2 2018-03-18T13:32:03 Update autoconf archive macros
Anthony Green bff052d9 2013-01-11T10:24:32 32-bit x86 fix and more
Anthony Green 8bad679a 2013-01-02T08:28:35 New stand-alone patch
Anthony Green 981c32ee 2013-01-02T07:34:03 Merge with GCC. Eliminate quilt bits.
Anthony Green 6993a668 2012-10-30T06:59:32 Fix autoconf macros
Anthony Green 4130e197 2012-02-03T13:18:27 Refresh autoconf-archive m4 scripts
Anthony Green 8cf88784 2011-02-15T15:19:49 Fix ax_cc_maxopt.m4
Anthony Green 7c7c9f32 2011-02-12T09:29:29 ungccify parts of the build