OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src-c/] [sandbox/] [makefile] - Diff between revs 134 and 141

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 134 Rev 141
Line 1... Line 1...
# makfile configuration
# makfile configuration
NAME            = sandbox
NAME            = sandbox
OBJECTS         = main.o
OBJECTS         = main.o
#CPU             = msp430x1111
 
 
 
#CFLAGS          = -mmcu=${CPU} -O2 -Wall -g
#CFLAGS          = -O2 -Wall -g                                          # Old flags
CFLAGS          = -O2 -Wall -g
CFLAGS          = -O2 -Wall -g -mcpu=430 -mivcnt=16 -mmpy=none           # Uniarch flags
 
 
#switch the compiler (for the internal make rules)
#switch the compiler (for the internal make rules)
CC              = msp430-gcc
CC              = msp430-gcc
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.