- Timestamp:
- Mar 6, 2007, 3:34:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Common
r2 r3 34 34 TR = tr 35 35 UPPERtoLOWER = $(TR) [:lower:] [:upper:] 36 36 37 #-----[ Compilation ]-------------------------------------- 37 38 … … 61 62 XX_systemcass = -rdynamic \ 62 63 -ansi \ 63 -Wno-long-long \ 64 -DCHECK_MULTIWRITING2REGISTER 65 66 # -DNONAME_RENAME 64 -Wno-long-long 67 65 68 66 XX_systemcass_deps = $(XX_systemcass) 69 67 70 68 EXEC_PARAMS_systemc = 71 EXEC_PARAMS_systemcass = 72 EXEC_PARAMS_systemcass_deps = -- p69 EXEC_PARAMS_systemcass = --nobanner 70 EXEC_PARAMS_systemcass_deps = --nobanner --p 73 71 74 72
Note: See TracChangeset
for help on using the changeset viewer.