]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert tools/lib32/build.sh into world connectable hooks. This still
authorPeter Wemm <peter@FreeBSD.org>
Sat, 6 Nov 2004 03:14:26 +0000 (03:14 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Sat, 6 Nov 2004 03:14:26 +0000 (03:14 +0000)
commit1d9468ee3730dd521c8e8cf109b9b68503be439f
tree5d632f383ff4c5f84813a2890709884cce26b66e
parent5911b520278d793b939fb365d1e0900b3dcf5179
Convert tools/lib32/build.sh into world connectable hooks.  This still
rates pretty high on the "hack!" scale, but it works for me.  Adding
-DWANT_LIB32 to the world build command line, or 'WANT_LIB32=yes' to
/etc/make.conf will include the 32 bit libraries with the build.

I have not made this default behavior.  Cross compiling this stuff is an
adventure I have not investigated.

This is still a WIP.  We needed this at work so that we could install from
a readonly obj tree - lib32/build.sh wasn't up to that.
Makefile
Makefile.inc1