mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
When trying to build a 32-bit binary on a 64-bit platform, we generally need to pass "-m32" to gcc, which is not convenient with current makefile. Note that this option requires gcc >= 3. In order to ease parameter passing, a new ARCH= makefile option has been added. If it receives a target architecture, according "-m32"/"-m64" and "-march=xxxx" will be passed to gcc. Only the generic makefile has been changed to support this option right now as the need only appeared on Linux. The spec file now makes use of this option so that rpmbuild can automatically build with the proper architecture. |
||
---|---|---|
.. | ||
errorfiles | ||
acl-content-sw.cfg | ||
build.cfg | ||
check | ||
check.conf | ||
config.rc.haproxy | ||
content-sw-sample.cfg | ||
cttproxy-src.cfg | ||
debug2ansi | ||
debug2html | ||
debugfind | ||
examples.cfg | ||
haproxy-1.1.21-flx.1.pkg | ||
haproxy.cfg | ||
haproxy.init | ||
haproxy.spec | ||
haproxy.vim | ||
init.haproxy | ||
init.haproxy.flx0 | ||
linux-2.4.21-40.EL-custom.diff | ||
option-http_proxy.cfg | ||
rc.highsock | ||
stats_haproxy.sh | ||
tarpit.cfg | ||
tcp-splicing-sample.cfg | ||
test-section-kw.cfg | ||
url-switching.cfg |