ports/www/chromium/files/patch-third__party_swiftshader_BUILD.gn
Carlos J. Puga Medina d90bf58cf8 www/chromium: Update to 73.0.3683.86
- Make existing patches apply cleanly

Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000

Submitted by:	Matthias Wolf
MFH:		2019Q2
2019-04-05 12:01:25 +00:00

24 lines
752 B
Text

--- third_party/swiftshader/BUILD.gn.orig 2019-03-11 22:08:03 UTC
+++ third_party/swiftshader/BUILD.gn
@@ -126,9 +126,6 @@ config("swiftshader_config") {
ldflags = [ "-Wl,--gc-sections" ]
if (target_cpu == "mipsel") {
- ldflags += [
- "-Wl,--hash-style=sysv",
- ]
if (mips_arch_variant == "r1") {
ldflags += [
"-mips32",
@@ -140,11 +137,8 @@ config("swiftshader_config") {
}
} else if (target_cpu == "mips64el") {
ldflags += [
- "-Wl,--hash-style=sysv",
"-mips64r2",
]
- } else {
- ldflags += [ "-Wl,--hash-style=both" ]
}
# A bug in the gold linker prevents using ICF on 32-bit (crbug.com/729532)