fix annoying make parse error
[openwrt.git] / target / linux / image / generic / lzma-loader / src / lzma.lds.in
index 5ac555b..6021cec 100644 (file)
@@ -1,5 +1,5 @@
 OUTPUT_ARCH(mips)
-ENTRY(_start)
+ENTRY(@ENTRY@)
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */
@@ -7,6 +7,7 @@ SECTIONS
   .text      :
   {
     _ftext = . ;
+    *(.text.entry)
     *(.text)
     *(.rodata)
     lzma_start = .;
This page took 0.027209 seconds and 4 git commands to generate.