]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move Makefile.lib32 to Makefile.libcompat and generalize it.
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 11 Mar 2016 23:56:33 +0000 (23:56 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 11 Mar 2016 23:56:33 +0000 (23:56 +0000)
commite362e0e49e8af9953e2295635925a15a686d58f4
tree3fe2a6efc9b3b4732a1261e5f808de30226ea57d
parent2d30f7a0c524347b02ad71e5ac059fdd4e2e3649
Move Makefile.lib32 to Makefile.libcompat and generalize it.

This is in preparation for LIBSOFT.

This file only supports *1* LIBCOMPAT value currently and must be capitalized.
In Makefile.libcompat given LIBCOMPAT=FOO there can be values set for
LIBFOOCFLAGS, LIBFOOCPUFLAGS, LIBFOOWMAKEENV, LIBFOOWMAKEFLAGS, LIBFOOCPUFLAGS,
and LIBFOODTRACE.  These will have the standard cross-build values appended
onto them.

This could be extended to support multiple libcompat libraries in the future
once there is a need.

Reviewed by: imp
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D5612
Makefile.inc1
Makefile.lib32 [deleted file]
Makefile.libcompat [new file with mode: 0644]