summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2016-03-12 23:25:05 +0000
committerimp <imp@FreeBSD.org>2016-03-12 23:25:05 +0000
commit4e2d26ce1b9182e7d3fa7857dc9a1b4929f32f64 (patch)
tree2a4b47cc3626323c1a9d2ddc763a904658110745 /lib/Makefile
parent67cb360f6be001a1d23e62b807c2164836d76015 (diff)
downloadFreeBSD-src-4e2d26ce1b9182e7d3fa7857dc9a1b4929f32f64.zip
FreeBSD-src-4e2d26ce1b9182e7d3fa7857dc9a1b4929f32f64.tar.gz
Use the newly minted Makefile.libcompat to implement libsoft libraries
for the armv6 ABI switch. This also make WITH_LIBSOFT functional on the arm platform. As a transition thing, this seems to work even without switching the ABI (we basically build the same libraries twice when MK_LIBSOFT=yes until the ABI cut over next month). MK_LIBSOFT remains default no.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cfa0ea9..57fb3c3 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -172,7 +172,7 @@ _libbsnmp= libbsnmp
_libcasper= libcasper
.endif
-.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
+.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT) && !defined(COMPAT_SOFTFP)
_clang= clang
.endif
OpenPOWER on IntegriCloud