Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Armillon Damien
infosec-ecomp
Commits
1df6d6b8
Commit
1df6d6b8
authored
Mar 10, 2021
by
Armillon Damien
Browse files
Merge remote-tracking branch 'le-remote-d-origine/master'
parents
4f3996cf
d7b8f862
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
1df6d6b8
...
...
@@ -34,8 +34,8 @@ RUNTIME=$(pwd)/runtime
RVAS
=
$(
which
-a
riscv64-unknown-linux-gnu-as riscv64-unknown-elf-as riscv64-linux-gnu-as 2>/dev/null |
grep
-v
"not found"
|
head
-n1
)
RVLD
=
$(
which
-a
riscv64-unknown-linux-gnu-ld riscv64-unknown-elf-ld riscv64-linux-gnu-ld 2>/dev/null |
grep
-v
"not found"
|
head
-n1
)
QEMU32
=
$(
which
-a
qemu-riscv32-static 2>/dev/null |
grep
-v
"not found"
|
head
-n1
)
QEMU64
=
$(
which
-a
qemu-riscv64-static 2>/dev/null |
grep
-v
"not found"
|
head
-n1
)
QEMU32
=
$(
which
-a
qemu-riscv32
qemu-riscv32-static 2>/dev/null |
grep
-v
"not found"
|
head
-n1
)
QEMU64
=
$(
which
-a
qemu-riscv64
qemu-riscv64-static 2>/dev/null |
grep
-v
"not found"
|
head
-n1
)
echo
"let runtime_dir =
\"
${
RUNTIME
}
\"
"
>
src/config.ml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment