Jeremy Soller
6f6de7507b
Include custom Rust when compiling with PREFIX_RUSTC
2019-03-29 20:57:33 -06:00
Jeremy Soller
278478d42a
Add PREFIX_BASE variables that point to either binutils or rust
2019-03-29 20:50:38 -06:00
Jeremy Soller
f2a38f35af
Building rust does not require gcc freestanding
2019-03-29 20:46:23 -06:00
Robin Randhawa
a5d04a31e3
prefix: Fix RUSTUP_TOOLCHAIN spec
...
Needs full path to PREFIX_FREESTANDING_INSTALL.
2019-03-24 00:05:54 +00:00
Robin Randhawa
8c3241e7a6
prefix: Fix build breakage due to invalid prefix argument
...
Building a rust compiler for x86_64-unknown-redox using:
$ PREFIX_RUSTC=1 PREFIX_BINARY=0 make prefix
fails with a message citing 'could not canonicalize prefix path'. As
seen in rust/bootstrap/install.rs:
https://gitlab.redox-os.org/redox-os/rust/blob/redox/src/bootstrap/install.rs#L77
.. the expectation is that either the '--prefix' argument passed to
rust's configure script is a valid path or not specified at all (in
which case a correct default is used).
This patch uses the former approach resulting in a correct build.
2019-03-23 22:15:40 +00:00
Robin Randhawa
548b946f88
Fix incorrect path to rust's configure script
...
Needed to build rustc from source using:
$ PREFIX_RUSTC=1 PREFIX_BINARY=0 make prefix
2019-03-18 17:31:17 +00:00
Jeremy Soller
783f7354a4
Fix build of bootloader-efi
2019-03-17 13:56:10 -06:00
Jeremy Soller
2c4f853c4a
Fix issue with binutils missing libexec
2019-03-16 21:47:10 -06:00
Jeremy Soller
8a75b46e8a
Update prefix strip to prevent stripping libgcc
2019-03-16 21:37:06 -06:00
Jeremy Soller
68883b867d
Strip only host binaries
2019-03-16 21:29:33 -06:00
Jeremy Soller
7402f72531
Do not keep build directories
2019-03-16 21:20:02 -06:00
Jeremy Soller
6c6e989437
Strip all prefix binaries
2019-03-16 21:11:08 -06:00
Jeremy Soller
4105029d0d
Also create relibc toolchain tarball
2019-03-16 20:01:34 -06:00
Jeremy Soller
f947d2b0dd
Fix issue with not clearing out old gcc-install when extracting new one
2019-03-16 19:54:24 -06:00
Jeremy Soller
40d9117b17
Makefile cleanup, default to binary prefix
2019-03-16 19:50:08 -06:00
Jeremy Soller
7f9a82752d
Significant changes to prefix in order to generate path agnostic toolchain. Addition of ci-toolchain target
2019-03-16 19:09:43 -06:00
Jeremy Soller
8160d711ca
Configurable filesystem size and automatic FAT filesystem size
2019-03-16 15:18:30 -06:00
Jeremy Soller
2161c9586a
Update ci-img target to build all possible disk formats
2019-03-16 14:55:11 -06:00
Jeremy Soller
ddb93aa4af
Update EFI image creation
2019-03-16 14:31:33 -06:00
Jeremy Soller
0f545ed1a9
Use serial for debugging by default
2019-03-11 19:55:10 -06:00
Jeremy Soller
84b66dba99
Use 0x402 for qemu debugging
2019-03-11 19:51:14 -06:00
Jeremy Soller
986aad930f
Compile more things with LTO
2019-02-25 16:08:17 -07:00
Jeremy Soller
0c56ae16e8
Add support for building as a coreboot payload
2019-02-25 12:10:16 -07:00
Jeremy Soller
df37d9eca1
Increase speed of kernel build when initfs changes
2019-01-13 17:01:34 -07:00
Jeremy Soller
db2f5d8a6d
Enable LTO compilation
2018-12-22 16:45:16 -07:00
Jeremy Soller
ad559bfec5
Update to add pthread support to gcc and c++
2018-12-14 16:01:31 -07:00
Jeremy Soller
9d4a2650eb
Fix running qemu_live, update kernel
2018-12-02 19:26:16 -07:00
Jeremy Soller
878abd66d2
Cleanup for gcc make targets
2018-11-27 20:47:13 -07:00
Jeremy Soller
0fd0a2d895
Enable c++
2018-11-27 20:36:09 -07:00
Jeremy Soller
7b461bd7e0
Set path where required
2018-11-27 20:17:56 -07:00
Jeremy Soller
373566aee5
Update prefix logic from aarch64
2018-11-27 19:55:15 -07:00
Jeremy Soller
9cece170b1
Backport prefix changes from aarch64
2018-11-27 19:45:52 -07:00
Jeremy Soller
b2bfc74fe2
Improve definition of targets for prefix
2018-11-26 13:28:51 -07:00
Jeremy Soller
4e8015d89e
Use the same arguments for building live kernel
2018-11-25 08:26:02 -07:00
Jeremy Soller
bba86d6a1c
Fix running qemu with EFI
2018-11-21 19:37:07 -07:00
Jeremy Soller
ea4ac261cd
Build kernel when lock file changes
2018-11-16 20:09:26 -07:00
Jeremy Soller
e1fc987ffa
Update bootloader-efi
2018-11-12 21:00:11 -07:00
Jeremy Soller
5d256f4996
Use xargo to compile relibc, to allow patching of rust core and alloc
2018-11-11 08:14:01 -07:00
Jeremy Soller
e1b7b0e8cb
Merge branch 'relibc'
2018-10-14 16:41:00 -06:00
Jeremy Soller
0efb736d1c
Update cookbook
...
Fix shadow permissions
2018-09-18 16:18:53 -06:00
Jeremy Soller
e90ab78641
Fix incorrect clean in prefix build
2018-09-17 21:30:15 -06:00
Jeremy Soller
580287392b
- Do not copy relibc before building
...
- Remove debug section from live kernel as well
2018-09-15 07:25:49 -06:00
Caleb Boylan
a02d5d9ad1
Change reference to github in mk/kernel.mk
2018-08-26 09:27:35 -07:00
Jeremy Soller
dea9942d27
Set path to include binutils when building freestanding gcc
2018-08-19 14:11:29 -06:00
MggMuggins
a20585cc33
Update installer; Permissions changes
...
"Permissions changes" entail removing the chown/chmod calls in
mk/filesystem.mk since that has all been implemented in the correct
locations. I also moved /tmp creation from mk/filesystem.mk to
filesystem.toml, since the installer now supports creating directories
and handling permissions
2018-08-18 13:46:07 -05:00
Jeremy Soller
233295bc17
Specify prefix as a dependency
2018-08-17 18:47:48 -06:00
Jeremy Soller
2027210677
Update relibc
2018-08-17 18:41:27 -06:00
Jeremy Soller
dbc1c9676f
Update gcc build with freestanding path
2018-08-17 15:48:55 -06:00
Jeremy Soller
3d2a3c0419
Path variables, prefix recipe
2018-08-17 15:32:43 -06:00
Jeremy Soller
de4c9db524
Fix build for relibc
2018-08-17 15:21:55 -06:00