mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* corrected the description of the -Xr parameter
git-svn-id: trunk@13428 -
This commit is contained in:
parent
7c52be9287
commit
97072cd21a
@ -2948,7 +2948,7 @@ P*2WX_Enable executable stack (Linux)
|
||||
**2Xm_Generate link map
|
||||
**2XM<x>_Set the name of the 'main' program routine (default is 'main')
|
||||
**2XP<x>_Prepend the binutils names with the prefix <x>
|
||||
**2Xr<x>_Set library search path to <x> (needed for cross compile) (BeOS, Linux)
|
||||
**2Xr<x>_Set the linker's rlink-path to <x> (needed for cross compile, see the ld manual for more information) (BeOS, Linux)
|
||||
**2XR<x>_Prepend <x> to all linker search paths (BeOS, Darwin, FreeBSD, Linux, Mac OS, Solaris)
|
||||
**2Xs_Strip all symbols from executable
|
||||
**2XS_Try to link units statically (default, defines FPC_LINK_STATIC)
|
||||
|
@ -789,7 +789,7 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 51491;
|
||||
MsgTxtSize = 51535;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
24,87,253,88,65,50,108,22,202,62,
|
||||
|
@ -1209,13 +1209,13 @@ const msgtxt : array[0..000214,1..240] of char=(
|
||||
'**2XM<x>_Set the name of the '#039'main'#039' program routine (default i'+
|
||||
's '#039'main'#039')'#010+
|
||||
'**2XP<x>_Prepend the binutils names with the prefix <x>'#010+
|
||||
'**2Xr<x>_Set library search path to <x> (needed for cross compile) (Be'+
|
||||
'OS, Linux)'#010+
|
||||
'**2XR<x>_Prepend <x> to al','l linker search paths (BeOS, Darwin, FreeB'+
|
||||
'SD, Linux, Mac OS, Solaris)'#010+
|
||||
'**2Xr<x>_Set the linker'#039's rlink-path to <x> (needed for cross comp'+
|
||||
'ile, see the ld manual for more informati','on) (BeOS, Linux)'#010+
|
||||
'**2XR<x>_Prepend <x> to all linker search paths (BeOS, Darwin, FreeBSD'+
|
||||
', Linux, Mac OS, Solaris)'#010+
|
||||
'**2Xs_Strip all symbols from executable'#010+
|
||||
'**2XS_Try to link units statically (default, defines FPC_LINK_STATIC)'#010+
|
||||
'**2Xt_Link with static libraries (-static is passed to linke','r)'#010+
|
||||
'**2Xt_Link with ','static libraries (-static is passed to linker)'#010+
|
||||
'**2XX_Try to smartlink units (defines FPC_LINK_SMART)'#010+
|
||||
'**1*_'#010+
|
||||
'**1?_Show this help'#010+
|
||||
|
Loading…
Reference in New Issue
Block a user