OSDN Git Service

nios no longer needs crt0.o
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Jan 2006 02:49:03 +0000 (02:49 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 15 Jan 2006 02:49:03 +0000 (02:49 -0000)
Makerules

index 03a4b1b..b006230 100644 (file)
--- a/Makerules
+++ b/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)