mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
55fb6f3a05
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37016
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
OUTPUT_ARCH(mips)
|
|
SECTIONS {
|
|
.data.lzma : {
|
|
_lzma_data_start = .;
|
|
*(.data)
|
|
_lzma_data_end = .;
|
|
}
|
|
}
|