From ab57cbaccccb30fd743ba3283251430e6bc3a071 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 26 Dec 2007 11:12:29 -0600 Subject: autoconf: Helper options for adding GCC 32/64 bit flags Two new configure options to add -m32 or -m64 to the CFLAGS and CXXFLAGS when GCC is in use. By default, the user supplied options are environment variables are respected, but these options are quick helps for the common case of x86/x86_64 using GCC. --- docs/autoconf.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/autoconf.html') diff --git a/docs/autoconf.html b/docs/autoconf.html index ab1e21db08..964ff140ab 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -124,6 +124,13 @@ available for a few architectures. These will be used by default if one of these architectures is detected. This option ensures that assembly will not be used. +
  • --enable-32-bit, --enable-64-bit - By default, the +build will compile code as directed by the environment variables +CC, CFLAGS, etc. If the compiler is +gcc, these options offer a helper to add the compiler flags +to force 32- or 64-bit code generation as used on the x86 and x86_64 +architectures. +
  • -- cgit v1.2.3