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" $