mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 03:09:15 +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_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)
|
||||||
|
@ -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,
|
||||||
|
@ -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+
|
||||||
|
Loading…
Reference in New Issue
Block a user