ObjFW  Check-in [b44adabc2e]

Overview
Comment:Update PLATFORMS.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b44adabc2ee9ab3dc9240b198b67b576136a4cb63c9f31b21c69da02f1eaf30b
User & Date: js on 2009-10-04 20:31:52
Other Links: manifest | tags
Context
2009-10-05
18:56
Rename OFArray's and OFDataArray's -[data] to -[cArray]. check-in: 2f1933eb24 user: js tags: trunk
2009-10-04
20:31
Update PLATFORMS. check-in: b44adabc2e user: js tags: trunk
20:31
Fix symlinks to .so files for tests on OpenBSD. check-in: 80c29649b4 user: js tags: trunk
Changes

Modified PLATFORMS from [01df8ba331] to [eedffad8f5].

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
libobjfw has been tested on the following platforms, but should run on
many others as well:

 +-------------------------+--------------+
 | OS                      | Architecture |
 +-------------------------+--------------+
 | FreeBSD >= 8.0          | x86          |
 +-------------------------+--------------+
 | Linux                   | x86          |

 | Linux                   | x86_64       |
 +-------------------------+--------------+
 | iPhone OS >= 2.2.1      | arm          |
 | Mac OS X >= 10.5        | ppc          |
 | Mac OS X >= 10.5        | ppc64        |
 | Mac OS X >= 10.5        | x86          |
 | Mac OS X >= 10.5        | x86_64       |
 +-------------------------+--------------+
 | NetBSD >= 4.0           | x86          |
 +-------------------------+--------------+


 | OpenSolaris >= 2009.06  | x86          |
 | OpenSolaris >= 2009.06  | x86_64       |
 +-------------------------+--------------+
 | Windows >= XP / cygwin  | x86          |
 | Windows >= XP / mingw32 | x86          |
 +-------------------------+--------------+

Basically, it should run on any POSIX system to which gcc4 has been
ported.
|


|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
>
>
|
|
|
|
|
|


|
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
libobjfw is known to work on the following platforms, but should run on
many others as well:

 +-------------------------+--------------+----------------------+
 | OS                      | Architecture | Compiler             |
 +-------------------------+--------------+----------------------+
 | FreeBSD >= 8.0          | x86          |                      |
 +-------------------------+--------------+----------------------+
 | Linux                   | x86          | gcc 4.4.1            |
 | Linux                   | x86          | llvm/clang r83252    |
 | Linux                   | x86_64       | gcc 4.4.1            |
 +-------------------------+--------------+----------------------+
 | iPhone OS >= 2.2.1      | arm          | gcc 4.2              |
 | Mac OS X >= 10.5        | ppc          | gcc 4.0 + 4.2        |
 | Mac OS X >= 10.5        | ppc64        | gcc 4.0 + 4.2        |
 | Mac OS X >= 10.5        | x86          | gcc 4.0 + 4.2        |
 | Mac OS X >= 10.5        | x86_64       | gcc 4.0 + 4.2        |
 +-------------------------+--------------+----------------------+
 | NetBSD >= 4.0           | x86          | gcc 4.1.2 prerelease |
 +-------------------------+--------------+----------------------+
 | OpenBSD >= 4.6          | x86          | gcc 4.2.4            |
 +-------------------------+--------------+----------------------+
 | OpenSolaris >= 2009.06  | x86          |                      |
 | OpenSolaris >= 2009.06  | x86_64       |                      |
 +-------------------------+--------------+----------------------+
 | Windows >= XP / cygwin  | x86          |                      |
 | Windows >= XP / mingw32 | x86          |                      |
 +-------------------------+--------------+----------------------+

Basically, it should run on any POSIX system to which gcc4 has been
ported. If not, please send a bug report.