Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Makefile

    r117 r138  
    1313endif
    1414
     15include Makefile.defs
     16
    1517#-----[ Variables ]---------------------------------------------------------------
    1618
    17 SOFT                            =       Minimal_soft                                            \
     19SOFT_MORPHEO                    =       Minimal_soft                                            \
    1820                                        Dhrystone                                               \
    1921                                        MiBench                                                 \
    2022                                        SPECINT2000                                             \
    2123                                        Test/*
     24
     25SOFT_x86                        =       Dhrystone                                               \
     26                                        MiBench                                                 \
     27                                        SPECINT2000
     28
     29SOFT_EV67                       =       Dhrystone                                               \
     30                                        MiBench                                                 \
     31                                        SPECINT2000
     32
     33SOFT                            =       $(SOFT_$(TARGET))
    2234
    2335#-----[ Rules ]-------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.