mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 03:32:17 +01:00
This is a more minimal version of the main/go aport. It is only supposed to be used for bootstrapping go1.5 and to clarify this point it is called go-bootstrap instead of go1.4. This package doesn't ship a tools or cross subpackage anymore because doing so would increase the amount of redundant 'code' in this APKBUILD and neither tools nor cross compilers are needed for bootstrapping go1.5.
11 lines
230 B
Diff
11 lines
230 B
Diff
--- a/src/cmd/dist/build.c
|
|
+++ b/src/cmd/dist/build.c
|
|
@@ -384,7 +384,6 @@ static char *proto_gccargs[] = {
|
|
"-Wno-switch",
|
|
"-Wno-comment",
|
|
"-Wno-missing-field-initializers",
|
|
- "-Werror",
|
|
"-fno-common",
|
|
"-ggdb",
|
|
"-pipe",
|