diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-15 09:01:03 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-15 09:01:03 +0000 |
commit | 9139dec5a0da59c9e5c793865541525ee438895d (patch) | |
tree | 745f13a2f86d4f5418bc45320e9dbc28c7faf5d5 | |
parent | fb2703d06f59094864d9adec6104b05fe1abacc8 (diff) | |
download | FreeBSD-src-9139dec5a0da59c9e5c793865541525ee438895d.zip FreeBSD-src-9139dec5a0da59c9e5c793865541525ee438895d.tar.gz |
We aren't quite ready to switch emulations and loose the
override ELF_DYNAMIC_INTERPRETER requirement.
Has a good eye: jmallet
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/i386/bfd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/i386/bfd.h b/gnu/usr.bin/binutils/libbfd/i386/bfd.h index 584882f..e5e018b 100644 --- a/gnu/usr.bin/binutils/libbfd/i386/bfd.h +++ b/gnu/usr.bin/binutils/libbfd/i386/bfd.h @@ -35,6 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern "C" { #endif +/* FreeBSD does not adhere to the Intel386 System V ABI. */ +#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1" + #include "ansidecl.h" #include "symcat.h" #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) |