ObjFW  Check-in [c1d2ff2b95]

Overview
Comment:Update PLATFORMS.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c1d2ff2b9556c10a610d5a84c547e8734e1f90eaaa91f6d99d9a7f75657e7b4a
User & Date: js on 2010-11-01 13:37:43
Other Links: manifest | tags
Context
2010-11-01
20:33
Add support for PROG_SUFFIX to objfw-config and objfw-compile. check-in: 431d44b911 user: js tags: trunk
13:37
Update PLATFORMS. check-in: c1d2ff2b95 user: js tags: trunk
03:46
Fix a bug with recent Clang revisions and Blocks. check-in: eb3e09c153 user: js tags: trunk
Changes

Modified PLATFORMS from [d5c4b9d9b5] to [ba159f8f64].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

22
23
24
25
26
27
28
29
30
31
32
33
34
35
ObjFW is known to work on the following platforms, but should run on
many others as well:

 +--------------------------+--------------+----------------------+---------+
 | OS                       | Architecture | Compiler             | Runtime |
 +--------------------------+--------------+----------------------+---------+
 | FreeBSD 8.0              | x86          |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | Linux 2.6.*              | x86          | gcc 4.4.1            | GNU     |
 | Linux 2.6.*              | x86          | llvm/clang r83252    | GNU     |
 | Linux 2.6.*              | x86_64       | gcc 4.4.1            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | iPhone OS 2.2.1 - 3.1.2  | arm          | gcc 4.2              | Apple   |
 | Mac OS X 10.5            | ppc          | gcc 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5            | ppc64        | gcc 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5 - 10.6     | x86          | gcc 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5 - 10.6     | x86_64       | gcc 4.0 + 4.2        | Apple   |
 +--------------------------+--------------+----------------------+---------+
 | MirBSD 10uAB             | x86          | gcc 4.4.2            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | NetBSD 4.0               | x86          | gcc 4.1.2 prerelease | GNU     |

 +--------------------------+--------------+----------------------+---------+
 | OpenBSD 4.6 - 4.7        | x86_64       | gcc 4.2.1 - 4.2.4    | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | OpenSolaris 2009.06      | x86          |                      | GNU     |
 | OpenSolaris 2009.06      | x86_64       |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | Windows XP - 7 / Cygwin  | x86          |                      | GNU     |
 | Windows XP - 7 / MinGW32 | x86          |                      | GNU     |
 | Windows 7 / MinGW64      | x86_64       |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+

Basically, it should run on any POSIX system to which gcc4 or a recent
clang version has been ported. If not, please send an e-mail with a bug
report.








|
|
|

|
|
|
|
|

|

|
>

|









|
|
<
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

ObjFW is known to work on the following platforms, but should run on
many others as well:

 +--------------------------+--------------+----------------------+---------+
 | OS                       | Architecture | Compiler             | Runtime |
 +--------------------------+--------------+----------------------+---------+
 | FreeBSD 8.0              | x86          |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | Linux 2.6.*              | x86          | GCC 4.4.1            | GNU     |
 | Linux 2.6.*              | x86          | LLVM/Clang r83252    | GNU     |
 | Linux 2.6.*              | x86_64       | GCC 4.4.1            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | iPhone OS 2.2.1 - 4.1    | arm          | GCC 4.2              | Apple   |
 | Mac OS X 10.5            | ppc          | GCC 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5            | ppc64        | GCC 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5 - 10.6     | x86          | GCC 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5 - 10.6     | x86_64       | GCC 4.0 + 4.2        | Apple   |
 +--------------------------+--------------+----------------------+---------+
 | MirBSD 10uAB             | x86          | GCC 4.4.2            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | NetBSD 4.0               | x86          | GCC 4.1.2 prerelease | GNU     |
 | NetBSD 5.1 RC4           | x86_64       | LLVM/Clang r117892   | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | OpenBSD 4.6 - 4.7        | x86_64       | GCC 4.2.1 - 4.2.4    | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | OpenSolaris 2009.06      | x86          |                      | GNU     |
 | OpenSolaris 2009.06      | x86_64       |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | Windows XP - 7 / Cygwin  | x86          |                      | GNU     |
 | Windows XP - 7 / MinGW32 | x86          |                      | GNU     |
 | Windows 7 / MinGW64      | x86_64       |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+

Basically, it should run on any POSIX system to which GCC 4 or a recent Clang
version has been ported. If not, please send an e-mail with a bug report.