diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 02:49:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 02:49:03 +0000 |
commit | 0ee2f561e7fb3aed126daf57aaee5c3fa8b05f02 (patch) | |
tree | 04839cb01d62eaf497a756a44bb86347fae34403 | |
parent | f12fe2350db1759a939eb1290440892b10336217 (diff) |
nios no longer needs crt0.o
-rw-r--r-- | Makerules | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) |