diff options
author | jdp <jdp@FreeBSD.org> | 1998-03-30 02:21:27 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-03-30 02:21:27 +0000 |
commit | 54a2e3132429c8948c495889522813094fedda55 (patch) | |
tree | 11e10a689deffb795cf7cd22889d954b307d2a6c /gnu/usr.bin/binutils/addr2line | |
parent | a5bc2e42477a5c9ec217cdf629c0ec1982ca1e55 (diff) | |
download | FreeBSD-src-54a2e3132429c8948c495889522813094fedda55.zip FreeBSD-src-54a2e3132429c8948c495889522813094fedda55.tar.gz |
Give up on a.out support in binutils. It has too many problems to
be worth much effort. Install all i386 binutils programs in
"/usr/libexec/elf". Disable a.out support in libbfd. It's too
dangerous to leave it in. Some of the utilities think they can
handle a.out, but they generate bad object files.
Diffstat (limited to 'gnu/usr.bin/binutils/addr2line')
-rw-r--r-- | gnu/usr.bin/binutils/addr2line/Makefile.i386 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/addr2line/Makefile.i386 b/gnu/usr.bin/binutils/addr2line/Makefile.i386 new file mode 100644 index 0000000..a23f656 --- /dev/null +++ b/gnu/usr.bin/binutils/addr2line/Makefile.i386 @@ -0,0 +1,5 @@ +# +# $Id$ +# + +BINDIR= /usr/libexec/elf |