diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-10 21:22:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-10 21:22:20 +0000 |
commit | d4930babe5d2c2a28e67113b23779dab66795fc2 (patch) | |
tree | f182b9a4a5a833125f9a69ca94d638e5b64ad85a | |
parent | 4fab3e95e6567f93defe2d27c9f2c505994fbc67 (diff) | |
download | freebsd-ports-d4930babe5d2c2a28e67113b23779dab66795fc2.zip |
Hook arm-none-eabi-gdb to the build
-rw-r--r-- | devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8cbb53d7be0c..4175a339fe1d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 |