~ubuntu-branches/ubuntu/precise/haproxy/precise-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Christo Buschek
  • Date: 2011-03-11 12:41:59 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110311124159-9foyp4juf1ilqipo
Tags: 1.4.13-1
* New maintainer upload (Closes: #615246)
* New upstream release
* Standards-version goes 3.9.1 (no change)
* Added patch bashism (Closes: #581109)
* Added a README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  - i686 for intel PentiumPro, Pentium 2 and above, AMD Athlon
40
40
  - i586 for intel Pentium, AMD K6, VIA C3.
41
41
  - ultrasparc : Sun UltraSparc I/II/III/IV processor
 
42
  - native : use the build machine's specific processor optimizations
42
43
  - generic : any other processor or no specific optimization. (default)
43
44
 
44
45
Alternatively, you may just set the CPU_CFLAGS value to the optimal GCC options
47
48
You may want to build specific target binaries which do not match your native
48
49
compiler's target. This is particularly true on 64-bit systems when you want
49
50
to build a 32-bit binary. Use the ARCH variable for this purpose. Right now
50
 
it only knows about a few x86 variants (i386,i486,i586,i686,x86_64) and sets
51
 
-m32/-m64 as well as -march=<arch> accordingly.
 
51
it only knows about a few x86 variants (i386,i486,i586,i686,x86_64), two
 
52
generic ones (32,64) and sets -m32/-m64 as well as -march=<arch> accordingly.
52
53
 
53
54
If your system supports PCRE (Perl Compatible Regular Expressions), then you
54
55
really should build with libpcre which is between 2 and 10 times faster than