]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix installation of 32bit libraries after r288074.
authorBryan Drewery <bdrewery@FreeBSD.org>
Mon, 21 Sep 2015 21:44:02 +0000 (21:44 +0000)
committerBryan Drewery <bdrewery@FreeBSD.org>
Mon, 21 Sep 2015 21:44:02 +0000 (21:44 +0000)
commit7c6cc9de3a52ce4eb1f30a41aafc0174211806c6
tree96c2f43425bd7fd31d443b4719f933f4a0dd0396
parent092a37c9f9ca469125da9577f79388a238d7867b
Fix installation of 32bit libraries after r288074.

FILES is not used when LIBRARIES_ONLY is set, which is used to build and
install the lib32 sysroot.  All of the csu files do quality as "libraries"
for this case so just undefine LIBRARIES_ONLY.

This is still better than the previous realinstall handling as it does
not hook into META_MODE properly.

Sponsored by: EMC / Isilon Storage Division
gnu/lib/csu/Makefile
lib/csu/aarch64/Makefile
lib/csu/amd64/Makefile
lib/csu/arm/Makefile
lib/csu/i386/Makefile
lib/csu/mips/Makefile
lib/csu/powerpc/Makefile
lib/csu/powerpc64/Makefile
lib/csu/sparc64/Makefile