* call gstrip (GNU) instead of strip (Sun)

git-svn-id: trunk@10981 -
This commit is contained in:
Jonas Maebe 2008-05-17 10:57:44 +00:00
parent f5ccb70a2f
commit 52f81c97cf

View File

@ -203,7 +203,7 @@ begin
{$IFDEF GnuLd}
ExeCmd[1]:='gld $OPT $DYNLINK $STATIC $STRIP -L. -o $EXE $RES';
DllCmd[1]:='gld $OPT -shared -L. -o $EXE $RES';
DllCmd[2]:='strip --strip-unneeded $EXE';
DllCmd[2]:='gstrip --strip-unneeded $EXE';
DynamicLinker:=''; { Gnu uses the default }
Glibc21:=false;
{$ELSE}