Changeset 128 for trunk/Makefile.tools


Ignore:
Timestamp:
Jun 26, 2009, 10:43:23 AM (15 years ago)
Author:
rosiere
Message:

1) Correct bug in link two signal
2) Fix error detected with valgrind
3) modif distexe script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.tools

    r123 r128  
    2222SHELL                                   = /bin/bash
    2323
     24EDITOR                                  = emacs
    2425ECHO                                    = echo
    2526PRINTF                                  = printf
     
    5455
    5556# Compilaton / Execution
    56 VALGRIND                                = valgrind --tool=memcheck --leak-check=yes
     57VALGRIND                                = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes
    5758#VALGRIND                               = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --leak-resolution=high
    5859labs_CC_PREFIX                          = $(DISTCC)
     
    115116SYSTEMC_CFLAGS_systemcass_deps          = $(SYSTEMC_CFLAGS_systemcass)
    116117
    117 SYSTEMC_EXEC_PARAMS_systemcass          = --nobanner
     118SYSTEMC_EXEC_PARAMS_systemcass          = --usage --nobanner
    118119SYSTEMC_EXEC_PARAMS_systemcass_deps     = $(SYSTEMC_EXEC_PARAMS_systemcass) --p --t --d
    119120       
Note: See TracChangeset for help on using the changeset viewer.