]> mj.ucw.cz Git - libucw.git/commit
ARCH and CPU_ARCH have been split. Now, you can build a 32-bit version
authorMartin Mares <mj@ucw.cz>
Wed, 31 Aug 2005 16:28:15 +0000 (16:28 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 31 Aug 2005 16:28:15 +0000 (16:28 +0000)
commit12423a46dcc20710f346e0f05f05983048c622e6
tree7a0f88cb5abb04c6c41a5aff8508cd510f7e54be
parent937a2180c157e5661ab1459229e9f270a7f5013d
ARCH and CPU_ARCH have been split. Now, you can build a 32-bit version
of Sherlock on an amd64 system by calling

./configure debug CC="gcc-3.4 -m32" LD="gcc-3.4 -m32" ARCH=i386

or a 64-bit version by not overriding anything. On 32-bit systems,
everything should act the same as before.
lib/autoconf.cfg