mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-06 05:31:50 +00:00
kvm tools: Get rid of spaces in ld script
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
586caaf392
commit
e8f2edddb6
+2
-2
@@ -11,7 +11,7 @@ PHDRS {
|
||||
}
|
||||
|
||||
SECTIONS {
|
||||
. = 0;
|
||||
.text : { *(.text) } :text = 0x9090
|
||||
. = 0;
|
||||
.text : { *(.text) } :text = 0x9090
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user