Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2017 18:21:44 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324825 - head/lib
Message-ID:  <201710211821.v9LILiJL089662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Oct 21 18:21:44 2017
New Revision: 324825
URL: https://svnweb.freebsd.org/changeset/base/324825

Log:
  After the import of libc++ 5.0.0, there is no need to disable building
  libc++experimental.a on arm (r318654) and mips (r318859) anymore, since
  upstream fixed the static assertions which would occur.
  
  Noticed by:	George Abdelmalik <gabdelmalik@uniridge.com.au>
  PR:		223119
  MFC after:	3 days

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Sat Oct 21 17:28:12 2017	(r324824)
+++ head/lib/Makefile	Sat Oct 21 18:21:44 2017	(r324825)
@@ -157,9 +157,7 @@ _libclang_rt=	libclang_rt
 .if ${MK_LIBCPLUSPLUS} != "no"
 _libcxxrt=	libcxxrt
 _libcplusplus=	libc++
-.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
 _libcplusplus+=	libc++experimental
-.endif
 .endif
 
 SUBDIR.${MK_EFI}+=	libefivar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710211821.v9LILiJL089662>