Added CFLAGS+= -DTARGET_SYSTEM_ROOT=\"${USRDATA_PREFIX}\" to makefile for ld.
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Thu, 14 Nov 2013 20:31:21 +0000 (20:31 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Thu, 14 Nov 2013 20:31:21 +0000 (20:31 +0000)
commit41e5ab89edd0773de94684c5e88a12a63f5b144e
tree2958e0ce28390ef75dc17805f6facd3af42bc315
parentd72200edc8a9934f16e185f29e31ef5fe654c93a
Added CFLAGS+= -DTARGET_SYSTEM_ROOT=\"${USRDATA_PREFIX}\" to makefile for ld.

The ld that is build into ctools_x86_64 to build world tries to check runtime
dynamic dependencies. For this it tried loading /var/run/ld-elf.so.hints and
hence failed if symbols in libc or libpthread are removed for the new
buildworld.
gnu/usr.bin/binutils221/ld/Makefile
gnu/usr.bin/binutils222/ld/Makefile