Browse Source

nios no longer needs crt0.o

Mike Frysinger 19 years ago
parent
commit
0ee2f561e7
1 changed files with 6 additions and 6 deletions
  1. 6 6
      Makerules

+ 6 - 6
Makerules

@@ -189,13 +189,13 @@ $(CTOR_TARGETS):
 	$(do_ar)
 endif
 
-ifeq ($(TARGET_ARCH),nios)
-CRTS_COMPAT := $(top_builddir)lib/crt0.o
-$(CRTS_COMPAT):
-	ln -fs crt1.o $(top_builddir)lib/crt0.o
-else
+#ifeq ($(TARGET_ARCH),nios)
+#CRTS_COMPAT := $(top_builddir)lib/crt0.o
+#$(CRTS_COMPAT):
+#	ln -fs crt1.o $(top_builddir)lib/crt0.o
+#else
 CRTS_COMPAT :=
-endif
+#endif
 
 $(crt-y): $(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT)