Edit

IABSD.fr/src/gnu/lib/Makefile

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2021-09-28 08:35:06
    Hash : 841b1ecd
    Message : Link libclang_rt.profile to the build. "go for it" kettenis@

  • gnu/lib/Makefile
  • #	$OpenBSD: Makefile,v 1.26 2021/09/28 08:35:06 fcambus Exp $
    
    .include <bsd.own.mk>
    
    SUBDIR+=libclang_rt libcompiler_rt libexecinfo libiberty libreadline
    SUBDIR+=libcxxabi libcxx
    .if make(obj)
    SUBDIR+=libstdc++ libstdc++-v3 libsupc++-v3
    .else
    .  if ${BUILD_GCC3:L} == "yes"
    SUBDIR+=libstdc++
    .  endif
    .  if ${BUILD_GCC4:L} == "yes"
    # XXX make sure we build libstdc++-v3 from gcc4
    SUBDIR+=libstdc++-v3 libsupc++-v3
    .  endif
    .endif
    
    .include <bsd.subdir.mk>