Skip to content

Commit af02e2a

Browse files
author
Joakim Nohlgård
committed
Makefile.vars: Document TARGET_TRIPLE
1 parent 91904a4 commit af02e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.vars

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export BINDIRBASE # This is the folder where the application should b
2222
export BINDIR # This is the folder where the application should be built in.
2323
export APPDIR # The base folder containing the application
2424

25-
export PREFIX # The prefix of the toolchain commands, e.g. "arm-non-eabi-" or "msp430-".
25+
export TARGET_TRIPLE # The target platform name, in GCC triple notation, e.g. "arm-none-eabi", "i686-elf", "avr"
26+
export PREFIX # The prefix of the toolchain commands, usually "$(TARGET_TRIPLE)-", e.g. "arm-none-eabi-" or "msp430-".
2627
export CC # The C compiler to use.
2728
export CXX # The CXX compiler to use.
2829
export CFLAGS # The compiler flags. Must only ever be used with `+=`.

0 commit comments

Comments
 (0)