Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
af02e2ac
Commit
af02e2ac
authored
9 years ago
by
Joakim Nohlgård
Browse files
Options
Downloads
Patches
Plain Diff
Makefile.vars: Document TARGET_TRIPLE
parent
91904a46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.vars
+2
-1
2 additions, 1 deletion
Makefile.vars
with
2 additions
and
1 deletion
Makefile.vars
+
2
−
1
View file @
af02e2ac
...
@@ -22,7 +22,8 @@ export BINDIRBASE # This is the folder where the application should b
...
@@ -22,7 +22,8 @@ export BINDIRBASE # This is the folder where the application should b
export
BINDIR
# This is the folder where the application should be built in.
export
BINDIR
# This is the folder where the application should be built in.
export
APPDIR
# The base folder containing the application
export
APPDIR
# The base folder containing the application
export
PREFIX
# The prefix of the toolchain commands, e.g. "arm-non-eabi-" or "msp430-".
export
TARGET_TRIPLE
# The target platform name, in GCC triple notation, e.g. "arm-none-eabi", "i686-elf", "avr"
export
PREFIX
# The prefix of the toolchain commands, usually "$(TARGET_TRIPLE)-", e.g. "arm-none-eabi-" or "msp430-".
export
CC
# The C compiler to use.
export
CC
# The C compiler to use.
export
CXX
# The CXX compiler to use.
export
CXX
# The CXX compiler to use.
export
CFLAGS
# The compiler flags. Must only ever be used with `+=`.
export
CFLAGS
# The compiler flags. Must only ever be used with `+=`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment