svn commit: r401213 - head/devel

Antoine Brodin antoine at FreeBSD.org
Tue Nov 10 21:22:21 UTC 2015


Author: antoine
Date: Tue Nov 10 21:22:20 2015
New Revision: 401213
URL: https://svnweb.freebsd.org/changeset/ports/401213

Log:
  Hook arm-none-eabi-gdb to the build

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov 10 21:20:03 2015	(r401212)
+++ head/devel/Makefile	Tue Nov 10 21:22:20 2015	(r401213)
@@ -45,9 +45,6 @@
     SUBDIR += SpecTcl
     SUBDIR += aap
     SUBDIR += aarch64-binutils
-    SUBDIR += amd64-binutils
-    SUBDIR += amd64-gcc
-    SUBDIR += amd64-xtoolchain-gcc
     SUBDIR += abi-compliance-checker
     SUBDIR += ace
     SUBDIR += ace+tao-doc
@@ -66,6 +63,9 @@
     SUBDIR += allegro
     SUBDIR += allegro-devel
     SUBDIR += alog
+    SUBDIR += amd64-binutils
+    SUBDIR += amd64-gcc
+    SUBDIR += amd64-xtoolchain-gcc
     SUBDIR += android-tools-adb
     SUBDIR += android-tools-adb-devel
     SUBDIR += android-tools-fastboot
@@ -96,6 +96,7 @@
     SUBDIR += arm-none-eabi-binutils
     SUBDIR += arm-none-eabi-gcc
     SUBDIR += arm-none-eabi-gcc492
+    SUBDIR += arm-none-eabi-gdb
     SUBDIR += aros-sdk
     SUBDIR += art
     SUBDIR += artifactory


More information about the svn-ports-all mailing list