diff options
author | jb <jb@FreeBSD.org> | 1998-05-04 21:18:46 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-04 21:18:46 +0000 |
commit | a0c54981d6eb53bce24f448d8c85ee932c0b11aa (patch) | |
tree | 4a0369e0d8e4c619c49906c04d5a67df59601a27 /gnu | |
parent | fafa18013b1934c5f9b2f2267f1e725584f9c7da (diff) | |
download | FreeBSD-src-a0c54981d6eb53bce24f448d8c85ee932c0b11aa.zip FreeBSD-src-a0c54981d6eb53bce24f448d8c85ee932c0b11aa.tar.gz |
Remote i386 cross-architecture support. It's now configurable, and off
by default.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/libopcodes/Makefile.alpha | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.alpha b/gnu/usr.bin/binutils/libopcodes/Makefile.alpha index 5997e1b..ee6af66 100644 --- a/gnu/usr.bin/binutils/libopcodes/Makefile.alpha +++ b/gnu/usr.bin/binutils/libopcodes/Makefile.alpha @@ -1,6 +1,6 @@ # -# $Id: Makefile.i386,v 1.1 1998/03/12 02:55:32 jdp Exp $ +# $Id: Makefile.alpha,v 1.1 1998/03/12 13:02:46 jb Exp $ # -SRCS+= alpha-dis.c alpha-opc.c i386-dis.c -CFLAGS+= -DARCH_alpha -DARCH_i386 +SRCS+= alpha-dis.c alpha-opc.c +CFLAGS+= -DARCH_alpha |