source: trunk/Softwares/MiBench/Makefile.defs @ 124

Last change on this file since 124 was 124, checked in by rosiere, 15 years ago

1) Add test and configuration
2) Fix Bug
3) Add log file in load store unit
4) Fix Bug in environment

  • Property svn:keywords set to Id
File size: 274 bytes
Line 
1#
2# $Id: Makefile.defs 124 2009-06-17 12:11:25Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8
9NB_THREAD_MAX           = 8
10
11BENCHS                  = \
12                        automative.basicmath\
13                        automative.bitcount \
14                        automative.qsort    \
15                        automative.susan    \
16                        network.dijkstra    \
17                        office.stringsearch \
18                        security.sha        \
19                        none
Note: See TracBrowser for help on using the repository browser.