diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-17 22:11:33 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-17 22:11:33 +0000 |
commit | 5f36e09c9e96679a2e49f7b757fa8a934058977c (patch) | |
tree | df8e84beed67b643620e83b777bf5ee404c3334e | |
parent | 631eeff208608ed7b44459bd6c8ae905bcd7e8b6 (diff) |
Enable binutils for arm now that we have binutils 2.14.
-rw-r--r-- | gnu/usr.bin/Makefile | 7 | ||||
-rw-r--r-- | include/Makefile | 12 |
2 files changed, 5 insertions, 14 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 12136e26be5..58ebbb4e2f7 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2004/03/08 23:31:51 drahn Exp $ +# $OpenBSD: Makefile,v 1.43 2004/05/17 22:11:32 drahn Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> @@ -14,10 +14,7 @@ SUBDIR+= ../egcs/gcc . endif .endif -SUBDIR+= cxxfilt cvs groff lynx rcs sendbug -.if ${MACHINE_ARCH} != "arm" -SUBDIR+=binutils -.endif +SUBDIR+= cxxfilt cvs groff lynx rcs sendbug binutils # most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" diff --git a/include/Makefile b/include/Makefile index 3a13a5552ea..d6547fd8934 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.125 2004/03/08 23:31:51 drahn Exp $ +# $OpenBSD: Makefile,v 1.126 2004/05/17 22:11:32 drahn Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -50,17 +50,11 @@ RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \ PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper -WDIRS= ../usr.sbin/httpd -.if ${MACHINE_ARCH} != "arm" -WDIRS+= ../gnu/usr.bin/binutils -.endif +WDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes -PWDIRS= ../usr.sbin/httpd -.if ${MACHINE_ARCH} != "arm" -PWDIRS+= ../gnu/usr.bin/binutils -.endif +PWDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils .if ${USE_GCC3:L} == "yes" WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \ |