svn commit: r405264 - head/devel

Antoine Brodin antoine at FreeBSD.org
Mon Jan 4 19:26:40 UTC 2016


Author: antoine
Date: Mon Jan  4 19:26:39 2016
New Revision: 405264
URL: https://svnweb.freebsd.org/changeset/ports/405264

Log:
  Hook aarch64-none-elf-binutils and aarch64-none-elf-gcc to the build

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan  4 19:02:23 2016	(r405263)
+++ head/devel/Makefile	Mon Jan  4 19:26:39 2016	(r405264)
@@ -45,6 +45,8 @@
     SUBDIR += SpecTcl
     SUBDIR += aap
     SUBDIR += aarch64-binutils
+    SUBDIR += aarch64-none-elf-binutils
+    SUBDIR += aarch64-none-elf-gcc
     SUBDIR += abi-compliance-checker
     SUBDIR += ace
     SUBDIR += ace+tao-doc


More information about the svn-ports-all mailing list