do not build libraries, they require a lot more stuff

This commit is contained in:
Luigi Rizzo 2014-05-23 11:22:44 +00:00
parent fa0f6e62c6
commit f36b456b26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266584

View File

@ -175,7 +175,8 @@ create_includes_and_libraries2() { # opt_dir opt_target
cd $1 ; ${BINMAKE} ${o_par} $2 # specific target, e.g. ld-elf.so
else
export MAKEOBJDIRPREFIX=${l_objtree}
make ${o_par} $no toolchain libraries
make ${o_par} $no toolchain
# XXX do we need any of these ?
eval export `cd ${SRC}; ${BINMAKE} -f Makefile.inc1 -V WMAKEENV`
[ ${o_arch} != `uname -m` ] && \