mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 21:24:35 +02:00
BaseTools/Scripts: fix GccBase.lds line endings
Replace a <LF> line ending that was introduced inadvertently by a recent commit with the correct <CR><LF> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
parent
71d8226ac6
commit
f4d3ba87bb
@ -78,7 +78,7 @@ SECTIONS {
|
|||||||
*(.dynsym)
|
*(.dynsym)
|
||||||
*(.dynstr)
|
*(.dynstr)
|
||||||
*(.dynamic)
|
*(.dynamic)
|
||||||
*(.hash .gnu.hash)
|
*(.hash .gnu.hash)
|
||||||
*(.comment)
|
*(.comment)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user