mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
56231056ea
SVN-Revision: 8653
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
OUTPUT_ARCH(mips)
|
|
SECTIONS {
|
|
.data.lzma : {
|
|
_lzma_data_start = .;
|
|
*(.data)
|
|
_lzma_data_end = .;
|
|
}
|
|
}
|