diff options
| author | Florian Westphal <fw@strlen.de> | 2009-07-22 22:06:36 +0200 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2009-07-22 22:06:36 +0200 |
| commit | bddfd67550d65402eb93e5ce152438bd513acf40 (patch) | |
| tree | 385827a2cc2de334782c585f92ed8c30d1309db0 /doc | |
| parent | 805bf0349064a1a1f6412c19a3a3bcb7fb7ccbe1 (diff) | |
| download | ngircd-bddfd67550d65402eb93e5ce152438bd513acf40.tar.gz ngircd-bddfd67550d65402eb93e5ce152438bd513acf40.zip | |
doc/Platforms.txt: ngircd builds on hppa2.0w-hp-hpux11.11 target
Goetz Hoffart reports successful compile on HPUX/HPPA (on ngircd mailing list):
Target: hppa2.0w-hp-hpux11.11
Compiler: gcc
Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -D_XOPEN_SOURCE_EXTENDED
-DSYSCONFDIR='"$(sysconfdir)"'
Libraries: -lz -lnsl
Syslog support: yes Enable debug code: no
zlib compression: yes IRC sniffer: no
Use TCP Wrappers: no Strict RFC mode: no
Zeroconf support: no IRC+ protocol: yes
IDENT support: no I/O backend: "poll()"
IPv6 protocol: no SSL support: no
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Platforms.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Platforms.txt b/doc/Platforms.txt index a77cc88e..32eefdba 100644 --- a/doc/Platforms.txt +++ b/doc/Platforms.txt @@ -30,6 +30,7 @@ alpha/unknown/netbsd3.0 gcc 3.3.3 CVSHEAD 06-05-07 fw Y Y Y Y (3) hppa/unknown/openbsd3.5 gcc 2.95.3 CVSHEAD 04-05-25 alex Y Y Y Y hppa1.1/unknown/linux-gnu gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y hppa2.0/unknown/linux-gnu gcc 3.3.5 13~rc1 08-12-02 alex Y Y Y Y +hppa2.0w-hp-hpux11.11 gcc 4.2.3 14.1 09-07-22 goetz Y Y Y Y i386/apple/darwin9.5.1 gcc 4.0.1 13~rc1 08-12-02 alex Y Y Y Y (3) i386/pc/solaris2.9 gcc 3.2.2 CVSHEAD 04-02-24 alex Y Y Y Y i386/pc/solaris2.11 gcc 3.4.3 13~rc1 08-12-03 alex Y Y Y Y (4) @@ -74,7 +75,7 @@ Notes various versions of the GNU C compiler (starting with 2.95.x and up to version 4.3.x). The eldest glibc used was glibc-2.0.7. ngIRCd compiled and run on all these systems without problems. - Actual Linux kernels (2.6.x) and glic's support the epoll() IO interface. + Actual Linux kernels (2.6.x) and glibc's support the epoll() IO interface. (2) This compiler is an pre-ANSI C compiler, therefore the source code is automatically converted using the included ansi2knr tool while building. |