diff options
author | John Birrell <jb@FreeBSD.org> | 1998-05-04 22:03:00 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-05-04 22:03:00 +0000 |
commit | 3cb3e87019026858b1497cf9ebe97ec19b9156e4 (patch) | |
tree | dda412f3c459ac976c333e6b2755b9f990460193 /gnu/usr.bin | |
parent | 7998238373991d0283920b1c86be36dd47358e5d (diff) | |
download | src-3cb3e87019026858b1497cf9ebe97ec19b9156e4.tar.gz src-3cb3e87019026858b1497cf9ebe97ec19b9156e4.zip |
Support cross-architectures using sub-directories.
Notes
Notes:
svn path=/head/; revision=35721
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.alpha | 7 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.i386 | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.alpha b/gnu/usr.bin/binutils/as/Makefile.alpha deleted file mode 100644 index f322632e30f9..000000000000 --- a/gnu/usr.bin/binutils/as/Makefile.alpha +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $ -# - -BINDIR= /usr/bin -SRCS+= tc-alpha.c -LDADD+= -L${RELTOP}/libopcodes -lopcodes diff --git a/gnu/usr.bin/binutils/as/Makefile.i386 b/gnu/usr.bin/binutils/as/Makefile.i386 deleted file mode 100644 index d5c3774e418d..000000000000 --- a/gnu/usr.bin/binutils/as/Makefile.i386 +++ /dev/null @@ -1,6 +0,0 @@ -# -# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $ -# - -BINDIR= /usr/libexec/elf -SRCS+= tc-i386.c |