~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to rtl/freebsd/bsdport.txt

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
$Id: bsdport.txt,v 1.5 2003/11/18 21:47:19 marco Exp $
2
2
 
 
3
$Revision$
 
4
 
3
5
The Free Pascal *BSD port.
4
6
 
5
7
Comments, mistakes and suggestions to Marco@freepascal.org
6
8
 
7
 
Since the last update to this document, I added the Net and OpenBSD ports,
8
 
so now it is a *BSD port. I don't own BSDi or a Mac OS X, or even accounts
9
 
on an intel system so that'll have to wait.  (the Mac OS X/Darwin port
10
 
will definitely take off if the PPC codegenerator is fully working)
11
 
 
12
 
In 1.1.x branch, the tree RTLs will be merged into one, for easier
13
 
maintaining, this will hopefully increase the Open and NetBSD ports
14
 
somewhat. 
15
 
 
16
 
I'm actively searching for test accounts on Open and NetBSD/i386 (and
17
 
in the future also for other processors).
18
 
Requirements: minimal:   some MBs account, permanent connection, 100 MHz+
19
 
                          (speed not that important)
20
 
              cool   :   100 MB + 100MB tempspace, low latency connection
21
 
                         fast machine that allows swift cycling.
 
9
 
 
10
In 1.1.x/1.9.x/2.0.x branch, the  BSD RTLs are merged into one, for easier
 
11
maintaining, NetBSD and OpenBSD are dropped due to lack of feedback and
 
12
interest, Darwin has been added.
22
13
 
23
14
1 *BSD status and notes. (kept on CVS because I work on several places)
24
15
-----------------------------------------------------------------------------
29
20
---
30
21
 
31
22
   FREEBSD
32
 
            4.x    : Used to develop and maintain port. Should work, all
 
23
            6.x    : roughly same as 4.x
 
24
            5.x    : Used to develop and maintain port. Should work, all
33
25
                         versions. Best *BSD platform.
 
26
            4.x    : Should work mostly. Maybe some updates to prt0.as/cprt0.as
 
27
                        needed.
34
28
 
35
29
            3.x    : _not_ supported,  (3.2, 3.4, 3.6 would probably work
36
30
                     with some very minor changes to the signalhandling. The
37
31
                     syscall numbers changed)
38
32
 
 
33
(all these are deprecated in 1.0.x
 
34
 
39
35
  (NON-ELF) 2.x    : _not_ supported, but it might be doable. (the
40
36
                     OpenBSD port works on a.out)
41
37
   
50
46
                      from the ports tree (devel/binutils) to function
51
47
                      properly. Linker of the ports tree is easier,
52
48
                      but that one doesn't want to make shared files.
53
 
 
 
49
)
54
50
The IDE also is starting to work quite nicely on FreeBSD, so it is included
55
51
in the releases since 1.0.6. I didn't check the fixes for *BSD on the other
56
52
two OSes yet.
218
214
 echo $flup
219
215
 done
220
216
 
221
 
{
222
 
$Log: bsdport.txt,v $
223
 
Revision 1.5  2003/11/18 21:47:19  marco
224
 
 * minor updates
225
 
 
226
 
Revision 1.4  2002/09/07 16:01:17  peter
227
 
  * old logs removed and tabs fixed
228
 
 
229
 
Revision 1.3  2002/08/08 20:39:26  marco
230
 
 * Practically rewritten in first update in 2 years or so.
231
 
 
232
 
}