Commit Graph

11 Commits

Author SHA1 Message Date
Jose Narvaez
bd0d732adc The cookbook scripts assume they have GNU utilities
available this causes problems in macOS which has an
BSD userland. With these changes we will use the GNU
`find` and `stat` installed by the now modified boostrap
script on https://github.com/redox-os/redox/pull/995.

Details

- Using `find` from Homebrew/MacPorts `findutils` package on macOS.
- Using `stat` from Homebrew/MacPorts `coreutils` package on macOS.
2017-07-13 22:03:04 +01:00
Jeremy Soller
ae09d5afbc Move xargo home to xargo, use cross compiler 2017-06-19 19:48:35 -06:00
Jeremy Soller
ae2fb4217c Go back to using gcc.sh from libc-artifacts 2017-06-19 16:28:42 -06:00
Jeremy Soller
e50070b3f3 Remove libc-artifacts, use cross compiler by default 2017-06-15 20:43:38 -06:00
Ian Douglas Scott
628751b8d3
Set $XARGO_HOME to build std et al only once
I don't know what logic (if any) we need to add to handle updates to Rust
2017-06-13 18:07:38 -07:00
Jeremy Soller
8eda1c2e25 Revert to overwriting CC in config.sh 2017-06-05 20:47:03 -06:00
Jeremy Soller
96e276d04c Fix pkgutils build 2017-06-04 20:25:49 -06:00
Jeremy Soller
3e18b7108a Use cross compiler instead of libc-artifacts 2017-06-04 20:09:42 -06:00
Jeremy Soller
66e7642ce6 Fix -e 2017-06-04 19:13:57 -06:00
Iori Yoneji
dc0f56c2ad Merge branch 'master' into allow_build_on_freebsd 2017-06-04 17:54:03 +00:00
Jeremy Soller
925eaba3a0 Move update-packages into repo command, use source timestamps 2017-05-11 20:29:07 -06:00