blob: 05e25bc294cbcce64c716404e24d9355246f3fd3 (
plain)
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
|
These subdirectories contain the object files for ctest.c compiled with
their respective GCC compilers.
Each time a new test is done on a compiler, it should be put in the
following list, so as to determine which compiler versions can be
used by Free Pascal for interfacing to C modules.
Tested compilers (OK)
---------------------
go32v2 : 2.95.3 20010315/djgpp (release)
tcext6, cpp*.cpp complied with GCC version 3.4.4
Win32 : 2.95.3-5 (cygwin special)
Amiga : GCC 2.91.66
(long long/double support is buggy in this version of GCC, so it cannot be used)
Linux-m68k : GCC 2.95.4 and 3.0.4
Linux-i386 : GCC 2.95.4 20011002 (Debian prerelease)
NetBSD-m68k : GCC 2.95.3 on NetBSD elf 1.6
Macos-powerpc : MrC C Compiler 4.1.0f1c1 for MPW (dont know yet if it
can be used with FPC, but at least ctest.c compiles)
wince 4.21 : GCC 3.3.3
Solaris-i386 : gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
Solaris-x86_64 : gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802) with -m64 option
Freebsd-x86_64 : gcc (GCC) 4.2.1 20070719 [FreeBSD]
OpenBSD-i386 : gcc (GCC) 4.2.1 20070719
|