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:
Cyrill Gorcunov
2015-06-01 16:39:45 +01:00
committed by Will Deacon
parent 586caaf392
commit e8f2edddb6
+2 -2
View File
@@ -11,7 +11,7 @@ PHDRS {
}
SECTIONS {
. = 0;
.text : { *(.text) } :text = 0x9090
. = 0;
.text : { *(.text) } :text = 0x9090
}