Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 16:13:22 +0200
From:      "Ronald Klop" <ronald-freebsd8@klop.yi.org>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   svn on armv5 with clang? (Fwd: svn commit: r254539 - head/usr.bin)
Message-ID:  <op.w3j64kz18527sy@212-182-167-131.ip.telfort.nl>
In-Reply-To: <201308191744.r7JHiJ00063824@svn.freebsd.org>
References:  <201308191744.r7JHiJ00063824@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I am reading up on commits and found this one. Is ARMv5 capable of  
building the in-tree svn also?

Ronald.


------- Forwarded message -------
From: "Andrew Turner" <andrew@freebsd.org>
To: src-committers@freebsd.org, svn-src-all@freebsd.org,  
svn-src-head@freebsd.org
Cc:
Subject: svn commit: r254539 - head/usr.bin
Date: Mon, 19 Aug 2013 19:44:19 +0200

Author: andrew
Date: Mon Aug 19 17:44:19 2013
New Revision: 254539
URL: http://svnweb.freebsd.org/changeset/base/254539

Log:
    Subversion requires atomic functions we only support on arm with clang.

Modified:
    head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Mon Aug 19 17:09:14 2013	(r254538)
+++ head/usr.bin/Makefile	Mon Aug 19 17:44:19 2013	(r254539)
@@ -366,7 +366,9 @@ SUBDIR+=	users
   SUBDIR+=	who
   .endif

-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" ||
${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386" ||
${MACHINE_ARCH} == "armv6"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || \
+    ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "i386" || \
+    (${MACHINE_ARCH} == "armv6" && ${COMPILER_TYPE} == "clang")
   .if ${MK_SVN} == "yes" || ${MK_SVNLITE} == "yes"
   SUBDIR+=	svn
   .endif
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"



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