aboutsummaryrefslogtreecommitdiff
path: root/cc/config/x86_device.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/config/x86_device.go')
-rw-r--r--cc/config/x86_device.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cc/config/x86_device.go b/cc/config/x86_device.go
index a92881d91..bd8d9d6de 100644
--- a/cc/config/x86_device.go
+++ b/cc/config/x86_device.go
@@ -108,7 +108,6 @@ func init() {
pctx.StaticVariable("X86ToolchainLdflags", "-m32")
pctx.StaticVariable("X86Ldflags", strings.Join(x86Ldflags, " "))
- pctx.StaticVariable("X86Lldflags", strings.Join(x86Ldflags, " "))
// Clang cflags
pctx.StaticVariable("X86Cflags", strings.Join(x86Cflags, " "))
@@ -161,10 +160,6 @@ func (t *toolchainX86) Ldflags() string {
return "${config.X86Ldflags}"
}
-func (t *toolchainX86) Lldflags() string {
- return "${config.X86Lldflags}"
-}
-
func (t *toolchainX86) YasmFlags() string {
return "${config.X86YasmFlags}"
}