Index: uspace/lib/c/arch/mips32/_link.ld.in
===================================================================
--- uspace/lib/c/arch/mips32/_link.ld.in	(revision 2c4e1cc2aa4f1a4b249af5c661e93ac170ba5158)
+++ uspace/lib/c/arch/mips32/_link.ld.in	(revision 202872234fa56c357a39df0a3cd16a73688b3ff4)
@@ -3,7 +3,4 @@
 
 PHDRS {
-#ifdef LOADER
-	interp PT_INTERP;
-#endif
 	text PT_LOAD FILEHDR PHDRS FLAGS(5);
 	data PT_LOAD FLAGS(6);
@@ -12,9 +9,5 @@
 
 SECTIONS {
-#ifdef LOADER
-	. = SEGMENT_START("text-segment", 0x70400000);
-#else
 	. = SEGMENT_START("text-segment", 0x400000);
-#endif
 #ifndef SHLIB
 	PROVIDE (__executable_start = .);
@@ -30,10 +23,4 @@
 		*(.rodata .rodata.*);
 	} :text
-
-#ifdef LOADER
-	.interp : {
-		*(.interp);
-	} :interp :text
-#endif
 
 	. = . + 0x4000;
