mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 22:38:55 +00:00
d42968351f
SVN-Revision: 29443
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
OUTPUT_ARCH(mips)
|
|
SECTIONS {
|
|
.data.lzma : {
|
|
_lzma_data_start = .;
|
|
*(.data)
|
|
_lzma_data_end = .;
|
|
}
|
|
}
|