diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-25 13:24:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-25 13:24:52 +0000 |
commit | 1c645c8db47c91a78bf9e3142e060b922173a9fa (patch) | |
tree | dea49fc4796ed60ba82b38f3bd2f32e0d33715c1 /gnu/usr.bin/binutils/Makefile.bsd-wrapper | |
parent | 715e607ad09ff02a6d54ca9fe356e0a8b7cc4b4f (diff) |
hppa64-unknown-openbsd build support; espie@ miod@ brad@ ok
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 37119ea081c..4f914c9dc94 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.63 2005/01/15 19:54:04 kettenis Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.64 2005/01/25 13:24:51 mickey Exp $ -NEW_BINUTILS=amd64 alpha arm hppa i386 mips64 powerpc sparc sparc64 +NEW_BINUTILS=alpha amd64 arm hppa hppa64 i386 mips64 powerpc sparc sparc64 .for _arch in ${MACHINE_ARCH} . if !empty(NEW_BINUTILS:M${_arch}) |