Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Enzo Cioppettini
ion
Commits
b496b9a2
Commit
b496b9a2
authored
6 years ago
by
Michael Aaron Murphy
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.redox-os.org:redox-os/ion into make-map-reassignment-work
parents
76118545
d74cf691
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-1
2 additions, 1 deletion
Makefile
rust-toolchain
+0
-1
0 additions, 1 deletion
rust-toolchain
with
2 additions
and
2 deletions
Makefile
+
2
−
1
View file @
b496b9a2
...
@@ -17,12 +17,13 @@ endif
...
@@ -17,12 +17,13 @@ endif
ifeq
(1,$(REDOX))
ifeq
(1,$(REDOX))
un
define
ARGSV
un
define
ARGSV
ARGS
+=
--target
x86_64-unknown-redox
ARGS
+=
--target
x86_64-unknown-redox
PREARGS
+=
+nightly
endif
endif
.PHONY
:
all clean distclean install uninstall
.PHONY
:
all clean distclean install uninstall
all
:
version extract .cargo/config
all
:
version extract .cargo/config
cargo build
$(
ARGS
)
$(
ARGSV
)
cargo
$(
PREARGS
)
build
$(
ARGS
)
$(
ARGSV
)
clean
:
clean
:
cargo clean
cargo clean
...
...
This diff is collapsed.
Click to expand it.
rust-toolchain
deleted
100644 → 0
+
0
−
1
View file @
76118545
1.28.0
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