mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:29:25 +01:00
* don't link explicitly against libgcc on linux
git-svn-id: trunk@2259 -
This commit is contained in:
parent
270c8def11
commit
a6a439b11c
@ -58,12 +58,11 @@ interface
|
||||
{$endif go32v2}
|
||||
|
||||
{$ifdef linux}
|
||||
{$ifndef bsd}
|
||||
{$undef NotImplemented}
|
||||
{$LINKLIB libgdb.a}
|
||||
{$ifdef GDB_HAS_SIM}
|
||||
{$LINKLIB libsim.a}
|
||||
{$endif GDB_HAS_SIM}
|
||||
{$ifdef GDB_HAS_SIM}
|
||||
{$LINKLIB libsim.a}
|
||||
{$endif GDB_HAS_SIM}
|
||||
{$LINKLIB libbfd.a}
|
||||
{$LINKLIB libreadline.a}
|
||||
{$LINKLIB libopcodes.a}
|
||||
@ -73,8 +72,7 @@ interface
|
||||
{$LINKLIB m}
|
||||
{$LINKLIB dl}
|
||||
{$LINKLIB c}
|
||||
{$LINKLIB gcc}
|
||||
{$endif bsd}
|
||||
{ don't link explicitly against (FK) $LINKLIB gcc}
|
||||
{$endif linux}
|
||||
|
||||
{$ifdef freebsd}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user