URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 200 |
Rev 202 |
Line 8... |
Line 8... |
OMSP_NODUMP=0
|
OMSP_NODUMP=0
|
export OMSP_NODUMP
|
export OMSP_NODUMP
|
|
|
# Choose GCC toolchain prefix ('msp430' for MSPGCC / 'msp430-elf' for GCC RedHat/TI)
|
# Choose GCC toolchain prefix ('msp430' for MSPGCC / 'msp430-elf' for GCC RedHat/TI)
|
# Note: default to MSPGCC until GCC RedHat/TI is mature enough
|
# Note: default to MSPGCC until GCC RedHat/TI is mature enough
|
if which msp430-gcc >/dev/null; then
|
if command -v msp430-gcc >/dev/null; then
|
MSPGCC_PFX=msp430
|
MSPGCC_PFX=msp430
|
else
|
else
|
MSPGCC_PFX=msp430-elf
|
MSPGCC_PFX=msp430-elf
|
fi
|
fi
|
#MSPGCC_PFX=msp430
|
#MSPGCC_PFX=msp430
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.