mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- 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
24 lines
752 B
Text
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)
|