summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-27 20:06:46 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-27 20:06:46 (EDT)
commitb540d5c3a8a5cf02b68af1f2f281e9a5ae8f6322 (patch)
treeeb5eb6044a9a268976b19a08cb04b053d57670e1 /build
parentcdefea7e38111bd61f5721eb3f5b6824f4be4f87 (diff)
build: Don't use --with-{stage1,boot}-ldflags.
For some reason, the --with-boot-ldflags option causes NEEDED references to libstdc++.so.6 and libgcc_s.so.1 to be added to the DYNAMIC sections of gcc, cpp, cc1, etc. These options are only useful during the first stage of the bootstrap of the first ProteanOS port, anyway, and they aren't strictly necessary even then.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/build b/build
index 22e3b07..6cfcad3 100755
--- a/build
+++ b/build
@@ -33,8 +33,6 @@ common_opts = \
--without-included-gettext \
--with-nls \
--with-sysroot="$${OPK_SYSROOT:-/}" \
- --with-stage1-ldflags="-Wl,--dynamic-linker=$(elf_interp)" \
- --with-boot-ldflags="-Wl,--dynamic-linker=$(elf_interp)" \
--enable-clocale=gnu
full_opts = \