mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 20:28:13 +02:00
* do not use Dwarf-4 yet as it is too little tested and has no benefits
This commit is contained in:
parent
d2a1f9cb20
commit
1ac2334b59
@ -77,7 +77,7 @@ unit i_linux;
|
||||
linkextern : ld_linux;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_elf;
|
||||
dbg : dbg_dwarf4;
|
||||
dbg : dbg_dwarf3;
|
||||
script : script_unix;
|
||||
endian : endian_little;
|
||||
alignment :
|
||||
@ -428,7 +428,7 @@ unit i_linux;
|
||||
linkextern : ld_linux;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_elf;
|
||||
dbg : dbg_dwarf4;
|
||||
dbg : dbg_dwarf3;
|
||||
script : script_unix;
|
||||
endian : endian_little;
|
||||
alignment :
|
||||
@ -568,7 +568,7 @@ unit i_linux;
|
||||
linkextern : ld_linux;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_elf;
|
||||
dbg : dbg_dwarf4;
|
||||
dbg : dbg_dwarf3;
|
||||
script : script_unix;
|
||||
endian : endian_big;
|
||||
alignment :
|
||||
@ -1214,7 +1214,7 @@ unit i_linux;
|
||||
linkextern : ld_linux;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_elf;
|
||||
dbg : dbg_dwarf4;
|
||||
dbg : dbg_dwarf3;
|
||||
script : script_unix;
|
||||
endian : endian_little;
|
||||
alignment :
|
||||
|
Loading…
Reference in New Issue
Block a user