From b540d5c3a8a5cf02b68af1f2f281e9a5ae8f6322 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 27 Apr 2013 20:06:46 -0400 Subject: 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. --- 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 = \ -- cgit v0.9.1