mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 16:16:16 +04:00
llc build for rv64imc
This commit is contained in:
parent
020e3505ee
commit
3de76885fa
@ -50,7 +50,7 @@ gen_full_rlib() {
|
||||
cd outdir
|
||||
for X in ${CNAME}.*bc
|
||||
do
|
||||
${LLC} -march=${LLC_ARCH} -filetype=obj ${X}
|
||||
${LLC} -march=${LLC_ARCH} -filetype=obj -mattr=+m,+c ${X}
|
||||
done
|
||||
for X in ${CNAME}.*o
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user