1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

6 Commits

Author SHA1 Message Date
Achilleas Anagnostopoulos
41d245d331 vagrantfile: include gcc and binutils in the list of installed packages 2017-09-24 10:06:35 +01:00
Achilleas Anagnostopoulos
00fdf79888 Append pwd to GOPATH when compiling the kernel
The Makefile changes create a standalone Go workspace routed at pwd
2017-07-02 06:39:13 +01:00
Achilleas Anagnostopoulos
b286c4c0d4 Remove gccgo from Vagrantfile provision section and replace it with make
gccgo was used in early gopher-os experiments as is not required for
building gopher-os
2017-06-28 08:05:12 +01:00
Achilleas Anagnostopoulos
cbf36d46ee Install Go 1.8.3 2017-06-28 07:29:04 +01:00
Achilleas Anagnostopoulos
8770634fd2 Switch to xenial vagrant box for updated binutils
We need binutils 2.26+ so objcopy supports the "--add-symbol" option
2017-03-29 07:42:38 +01:00
Achilleas Anagnostopoulos
1a094f511e Define Vagrantfile for building gopher-os on non-linux hosts 2017-03-23 06:50:38 +00:00