diff options
author | jb <jb@FreeBSD.org> | 1998-05-04 22:03:00 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-04 22:03:00 +0000 |
commit | 4d69d5fc11ea6925d7397d797c4ec3ee0823cff4 (patch) | |
tree | ebee8c2ad3e3ddf07969ac6bd83f2d50b59a839e /gnu | |
parent | 6534f3e8d11f498558d9ca1445c2a93ead4643fd (diff) | |
download | FreeBSD-src-4d69d5fc11ea6925d7397d797c4ec3ee0823cff4.zip FreeBSD-src-4d69d5fc11ea6925d7397d797c4ec3ee0823cff4.tar.gz |
Support cross-architectures using sub-directories.
Diffstat (limited to 'gnu')
-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 f322632..0000000 --- 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 d5c3774..0000000 --- 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 |