add configure script
This commit is contained in:
parent
94ed9078df
commit
bbf212d5a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/x86_64-cross/*.xz
|
||||
/x86_64-cross/binutils-*/
|
||||
/x86_64-cross/gcc-*/
|
||||
/build/
|
||||
|
3
Rsconscript
Normal file
3
Rsconscript
Normal file
@ -0,0 +1,3 @@
|
||||
configure do
|
||||
check_c_compiler "x86_64-elf-gcc", on_fail: "Install cross compiler from x86_64-cross directory"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user