Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
esp-idf-nix
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Mr. Snow Ball / projects
esp-idf-nix
Commits
5c4aed4a
Commit
5c4aed4a
authored
4 years ago
by
Benjamin Koch
Browse files
Options
Downloads
Patches
Plain Diff
add wrapper for g++ (in addition to gcc)
parent
054934e1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
esp32-tools.nix
+2
-0
2 additions, 0 deletions
esp32-tools.nix
with
2 additions
and
0 deletions
esp32-tools.nix
+
2
−
0
View file @
5c4aed4a
...
...
@@ -7,6 +7,8 @@ let
mkdir -p $out/bin
ln -s
${
pkg
}
/bin/gcc $out/bin/
${
pkg
.
stdenv
.
targetPlatform
.
config
}
-gcc
ln -s
${
pkg
}
/bin/gcc $out/bin/
${
pkg
.
stdenv
.
targetPlatform
.
config
}
-wrapped-gcc
ln -s
${
pkg
}
/bin/g++ $out/bin/
${
pkg
.
stdenv
.
targetPlatform
.
config
}
-g++
ln -s
${
pkg
}
/bin/g++ $out/bin/
${
pkg
.
stdenv
.
targetPlatform
.
config
}
-wrapped-g++
''
;
# If Nix is cross-compiling this package, we have build!=host!=target (but Nix doesn't know about target, which is ESP32).
...
...
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