Add a "host" crate for autodetecting the host. (#159)
* Add a "native" crate for autodetecting the host. * Remove the redundant .gitignore. * Use the proper builder for enabling subtarget flags.
This commit is contained in:
@@ -17,6 +17,7 @@ cretonne = { path = "lib/cretonne" }
|
||||
cretonne-reader = { path = "lib/reader" }
|
||||
cretonne-frontend = { path = "lib/frontend" }
|
||||
cretonne-wasm = { path = "lib/wasm" }
|
||||
cretonne-native = { path = "lib/native" }
|
||||
filecheck = { path = "lib/filecheck" }
|
||||
docopt = "0.8.0"
|
||||
serde = "1.0.8"
|
||||
|
||||
Reference in New Issue
Block a user