* corrected the description of the -Xr parameter

git-svn-id: trunk@13428 -
This commit is contained in:
Jonas Maebe 2009-07-23 13:36:57 +00:00
parent 7c52be9287
commit 97072cd21a
3 changed files with 7 additions and 7 deletions

View File

@ -2948,7 +2948,7 @@ P*2WX_Enable executable stack (Linux)
**2Xm_Generate link map **2Xm_Generate link map
**2XM<x>_Set the name of the 'main' program routine (default is 'main') **2XM<x>_Set the name of the 'main' program routine (default is 'main')
**2XP<x>_Prepend the binutils names with the prefix <x> **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) **2XR<x>_Prepend <x> to all linker search paths (BeOS, Darwin, FreeBSD, Linux, Mac OS, Solaris)
**2Xs_Strip all symbols from executable **2Xs_Strip all symbols from executable
**2XS_Try to link units statically (default, defines FPC_LINK_STATIC) **2XS_Try to link units statically (default, defines FPC_LINK_STATIC)

View File

@ -789,7 +789,7 @@ const
option_info=11024; option_info=11024;
option_help_pages=11025; option_help_pages=11025;
MsgTxtSize = 51491; MsgTxtSize = 51535;
MsgIdxMax : array[1..20] of longint=( MsgIdxMax : array[1..20] of longint=(
24,87,253,88,65,50,108,22,202,62, 24,87,253,88,65,50,108,22,202,62,

View File

@ -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'+ '**2XM<x>_Set the name of the '#039'main'#039' program routine (default i'+
's '#039'main'#039')'#010+ 's '#039'main'#039')'#010+
'**2XP<x>_Prepend the binutils names with the prefix <x>'#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'+ '**2Xr<x>_Set the linker'#039's rlink-path to <x> (needed for cross comp'+
'OS, Linux)'#010+ 'ile, see the ld manual for more informati','on) (BeOS, Linux)'#010+
'**2XR<x>_Prepend <x> to al','l linker search paths (BeOS, Darwin, FreeB'+ '**2XR<x>_Prepend <x> to all linker search paths (BeOS, Darwin, FreeBSD'+
'SD, Linux, Mac OS, Solaris)'#010+ ', Linux, Mac OS, Solaris)'#010+
'**2Xs_Strip all symbols from executable'#010+ '**2Xs_Strip all symbols from executable'#010+
'**2XS_Try to link units statically (default, defines FPC_LINK_STATIC)'#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+ '**2XX_Try to smartlink units (defines FPC_LINK_SMART)'#010+
'**1*_'#010+ '**1*_'#010+
'**1?_Show this help'#010+ '**1?_Show this help'#010+