Ignore:
Timestamp:
Apr 17, 2009, 12:35:37 AM (15 years ago)
Author:
rosiere
Message:

1) Fix bug with previous commit
2) Add test libc
3) Change Dhrystone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Makefile.Software

    r112 r114  
    8181                                $(OR32_LD) -o $@ $^ $(OR32_LD_OPT);             \
    8282                                $(ECHO) "List symbols       : $*.x.nm";         \
    83                                 $(OR32_NM)      $(OR32_NM_OPT)      $^ > $@.nm; \
     83                                $(OR32_NM)      $(OR32_NM_OPT)      $@ > $@.nm; \
    8484                                $(ECHO) "Display info       : $*.x.txt";        \
    8585                                $(OR32_OBJDUMP) $(OR32_OBJDUMP_OPT) $@ > $@.txt;\
Note: See TracChangeset for help on using the changeset viewer.