mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 22:31:22 +01:00
* freebsd linking slightly alternate. Link .a's like Linux to avoid conflicts;
some extra linklibs (libgnu, libz) added. The libgnu linking might be more version dependent. git-svn-id: trunk@23590 -
This commit is contained in:
parent
882bfd448d
commit
64ad892b55
@ -303,16 +303,18 @@ interface
|
||||
{$linklib kvm}
|
||||
{$endif}
|
||||
{$undef NotImplemented}
|
||||
{$LINKLIB gdb}
|
||||
{$LINKLIB libgdb.a}
|
||||
{$ifdef GDB_HAS_SIM}
|
||||
{$LINKLIB sim}
|
||||
{$LINKLIB libsim.a}
|
||||
{$endif GDB_HAS_SIM}
|
||||
{$LINKLIB bfd}
|
||||
{$LINKLIB readline}
|
||||
{$LINKLIB opcodes}
|
||||
{$LINKLIB history}
|
||||
{$LINKLIB iberty}
|
||||
{$LINKLIB libbfd.a}
|
||||
{$LINKLIB libreadline.a}
|
||||
{$LINKLIB libopcodes.a}
|
||||
{$LINKLIB libhistory.a}
|
||||
{$LINKLIB libiberty.a}
|
||||
{$LINKLIB libgnu.a} // at least 7.4 generates this.
|
||||
{$LINKLIB ncurses}
|
||||
{$LINKLIB z} // linked implictely by something on Linux
|
||||
{$LINKLIB m}
|
||||
{$LINKLIB iberty}
|
||||
{$ifndef GDB_DISABLE_INTL}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user