diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-11 22:51:49 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-08-11 22:51:49 +0000 |
commit | a3173771c7a01fa09e5ed87291ec7403d4a48daf (patch) | |
tree | 0ed23210a76b702416faeb28801aaba4bbe83127 /gnu/usr.bin/binutils/Makefile.bsd-wrapper | |
parent | 590ca1b87b218fff743ca19c4e3a0558277c102e (diff) |
Switch sparc binutils to ELF.
XXX - we might want to improve the version selection logic when feeding
those diffs back to FSF, but we can't do that until we bump our version
to OpenBSD 3.2 because then the tree wouldn't build.
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 15dc816b48e..6f0e004817b 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.47 2002/05/08 19:39:24 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.48 2002/08/11 22:51:48 art Exp $ -NEW_BINUTILS=alpha mips powerpc hppa sparc64 +NEW_BINUTILS=alpha mips powerpc hppa sparc64 sparc SUBDIRS= opcodes bfd ALL_X11_MODULES= |