ObjFW  Check-in [30c17f2da1]

Overview
Comment:Update PLATFORMS.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 30c17f2da18af7dd1c81b68fb157828742d5532fb826fc87d9b3978951e0fd58
User & Date: js on 2009-09-16 17:24:04
Other Links: manifest | tags
Context
2009-09-17
11:17
Better checking which warnings need to be disabled due to gcc bugs. check-in: ba8833b4f4 user: js tags: trunk
2009-09-16
17:24
Update PLATFORMS. check-in: 30c17f2da1 user: js tags: trunk
17:23
A few very small mingw32 fixes. check-in: 0375b1e0ea user: js tags: trunk
Changes

Modified PLATFORMS from [56759e6b62] to [01df8ba331].

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

 +-------------------------+--------------+
 | OS                      | Architecture |
 +-------------------------+--------------+


 | 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
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.