summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-05 18:19:18 +0000
committerobrien <obrien@FreeBSD.org>2002-12-05 18:19:18 +0000
commit159ed8ed932ed26bf3ef19fa86155831dc981a32 (patch)
tree8aea2f8386d88ae609b1c6061dc5bc94ded85ff7 /gnu
parentef17cd4304ee139906fc5530557d56cf694c46bb (diff)
downloadFreeBSD-src-159ed8ed932ed26bf3ef19fa86155831dc981a32.zip
FreeBSD-src-159ed8ed932ed26bf3ef19fa86155831dc981a32.tar.gz
Don't dike out ELF_DYNAMIC_INTERPRETER, we need this copy now.
This should have been committed with ia64/bfd.h rev 1.6. Approved by: RE
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.ia643
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.ia64 b/gnu/usr.bin/binutils/libbfd/Makefile.ia64
index 69d6b19..dd3c538 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.ia64
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.ia64
@@ -26,8 +26,7 @@ elf64-target.h: elfxx-target.h
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
elf64-ia64.c: elfxx-ia64.c
- sed -e s/NN/64/g -e 's/^.*#.*define.*ELF_DYNAMIC_INTERPRETER.*$$//g' \
- ${.ALLSRC} > ${.TARGET}
+ sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
pepigen.c: peXXigen.c
sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud