summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makerules b/Makerules
index 95acacc7b..14b05b7e2 100644
--- a/Makerules
+++ b/Makerules
@@ -151,10 +151,8 @@ $(top_builddir)lib/interp.c:
$(Q)$(INSTALL) -d $(dir $@)
$(Q)echo "/* Force shared libraries to know about the correct library loader */" > $@
$(Q)echo "#include <features.h>" >> $@
- $(Q)echo "#ifdef __HAVE_ELF__" >> $@
$(Q)echo "const char __dl_ldso__[] __attribute__ ((section " \
"(\".interp\"))) =\""$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO)"\";" >> $@
- $(Q)echo "#endif" >> $@
$(interp): $(top_builddir)lib/interp.c
$(compile.c)
@@ -169,11 +167,7 @@ $(libc):
$(headers_dep):
@cd $(top_builddir); $(MAKE) headers
-#ifeq ($(HAVE_ELF),y)
CRT=crt1
-#else
-#CRT=crt0
-#endif
ifeq ($(HAVE_SHARED),y)
CRTS=$(top_builddir)lib/$(CRT).o $(top_builddir)lib/S$(CRT).o