From edcf633e84c5fa4872cacb3ea0e0935573c340c5 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sat, 10 Aug 2019 13:49:57 -0700 Subject: [PATCH] Remove cargo-culted znocombreloc ld flag --- scripts/templates/target.boot.j2 | 1 - scripts/templates/target.host.j2 | 1 - scripts/templates/target.user.j2 | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/templates/target.boot.j2 b/scripts/templates/target.boot.j2 index 15787ca..5c6da7b 100644 --- a/scripts/templates/target.boot.j2 +++ b/scripts/templates/target.boot.j2 @@ -31,7 +31,6 @@ cxxflags = $cxxflags $ ldflags = $ldflags $ -g $ -nostdlib $ - -znocombreloc $ -Bsymbolic $ -nostartfiles diff --git a/scripts/templates/target.host.j2 b/scripts/templates/target.host.j2 index 0e29a9d..bca8886 100644 --- a/scripts/templates/target.host.j2 +++ b/scripts/templates/target.host.j2 @@ -34,7 +34,6 @@ cxxflags = $cxxflags $ ldflags = $ldflags $ -g $ -nostdlib $ - -znocombreloc $ -Bsymbolic $ -Bstatic diff --git a/scripts/templates/target.user.j2 b/scripts/templates/target.user.j2 index c2abc88..eb0e3d7 100644 --- a/scripts/templates/target.user.j2 +++ b/scripts/templates/target.user.j2 @@ -33,7 +33,6 @@ cxxflags = $cxxflags $ ldflags = $ldflags $ -g $ -nostdlib $ - -znocombreloc $ -Bsymbolic $ -Bstatic $ --sysroot="${srcroot}/sysroot" $