Merge "Remove a flag from riscv64 that was copied from arm64."

This commit is contained in:
Treehugger Robot
2022-11-15 03:25:03 +00:00
committed by Gerrit Code Review

View File

@@ -32,7 +32,6 @@ var (
riscv64Ldflags = []string{ riscv64Ldflags = []string{
"-Wl,--hash-style=gnu", "-Wl,--hash-style=gnu",
"-Wl,-z,separate-code",
} }
riscv64Lldflags = append(riscv64Ldflags, riscv64Lldflags = append(riscv64Ldflags,