diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/linrad/Makefile | 1 | ||||
-rw-r--r-- | comms/rxtx/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile index 4aa6b2d7186a..3cc48a9ee155 100644 --- a/comms/linrad/Makefile +++ b/comms/linrad/Makefile @@ -33,6 +33,7 @@ LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \ BROKEN_aarch64= fails to compile: implicit declaration of function outb BROKEN_armv6= fails to configure: can not find /nxb-bin/usr/bin/cc +BROKEN_armv7= fails to configure: can not find /nxb-bin/usr/bin/cc BROKEN_powerpc64= fails to compile: implicit declaration of function outb BROKEN_sparc64= fails to compile: implicit declaration of function outb diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index a7335e6b1ec2..f871a046cef5 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -16,6 +16,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory +BROKEN_armv7= fails to link: librxtxParallel.so: No such file or directory USES= gmake libtool zip |