Changes between Version 8 and Version 9 of Soclib Cc/And Modelsim
- Timestamp:
- Jun 7, 2010, 11:50:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Soclib Cc/And Modelsim
v8 v9 56 56 parent = config.toolchain, 57 57 # Must use this. 58 tool_map = { 59 'SCCOM_CC':'sccom', 60 'SCCOM_CXX':'sccom', 61 'CC':'/users/soft/mentor/modelsim-6.5c/modeltech/bin/gcc', 62 'CXX':'/users/soft/mentor/modelsim-6.5c/modeltech/bin/g++', 63 'CC_LINKER':'sccom', 64 'CXX_LINKER':'sccom', 65 }, 58 tool_SCCOM_CC = 'sccom', 59 tool_SCCOM_CXX = 'sccom', 60 tool_CC = '/users/soft/mentor/modelsim-6.5c/modeltech/bin/gcc', 61 tool_CXX = '/users/soft/mentor/modelsim-6.5c/modeltech/bin/g++', 62 tool_CC_LINKER = 'sccom', 63 tool_CXX_LINKER = 'sccom', 66 64 # Modelsim cant do parallel builds :'( 67 65 max_processes = 1,