From 0ee2f561e7fb3aed126daf57aaee5c3fa8b05f02 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Jan 2006 02:49:03 +0000 Subject: nios no longer needs crt0.o --- Makerules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 03a4b1b6f..b00623088 100644 --- 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) -- cgit v1.2.3