mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
* Set writer to elf. (Only a prob for smart with -OG3p3r)
This commit is contained in:
parent
265c702cbe
commit
31f57d1429
@ -1118,7 +1118,7 @@ implementation
|
|||||||
resobjext : '.or';
|
resobjext : '.or';
|
||||||
exeext : '';
|
exeext : '';
|
||||||
os : os_i386_Freebsd;
|
os : os_i386_Freebsd;
|
||||||
assem : as_i386_as;
|
assem : as_i386_elf;
|
||||||
assemsrc : as_i386_as;
|
assemsrc : as_i386_as;
|
||||||
ar : ar_i386_ar;
|
ar : ar_i386_ar;
|
||||||
res : res_none;
|
res : res_none;
|
||||||
@ -1761,7 +1761,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2000-09-16 12:22:52 peter
|
Revision 1.8 2000-09-20 10:49:39 marco
|
||||||
|
* Set writer to elf. (Only a prob for smart with -OG3p3r)
|
||||||
|
|
||||||
|
Revision 1.7 2000/09/16 12:22:52 peter
|
||||||
* freebsd support merged
|
* freebsd support merged
|
||||||
|
|
||||||
Revision 1.6 2000/09/11 17:00:23 florian
|
Revision 1.6 2000/09/11 17:00:23 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user